public static void Main()
string[] ogrenci={"ahmet","ayse","mehmet","cınar","hacer","eren","guler","zeynep","selin","defne"};
int[] not={91,90,89,100,88,87,100,100,100,99};
Console.WriteLine(ogrenci[a]+" = "+not[a]);
int ortalama=toplam/not.Length;
for(int a=0;a<not.Length;a++){
Console.WriteLine(ogrenci[a]+"gectin");
Console.WriteLine(ogrenci[a]+"kaldın");