public static void Main()
int a=0,b=0,toplam=0,ort=0;
Console.WriteLine("Ders sayısını giriniz.");
a=Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Not sayısını giriniz.");
b=Convert.ToInt32(Console.ReadLine());
int[] ders_sayisi = new int[a];
int[] not_sayisi = new int[b];
for(int i=1;i<ders_sayisi.Length+1;i++)
Console.WriteLine(i+".dersin notlarını girmeye başlayınız.");
for(int j=0;j<not_sayisi.Length;i++)
Console.WriteLine("NOT GİRİNİZ.");
not=Convert.ToInt32(Console.ReadLine());