public static void Main()
for (int i = 1; i <= 5; i++)
Console.WriteLine(" תלמיד מספר {0} כתוב את הציון שלך", i);
int mark = int.Parse(Console.ReadLine());
while (mark > 0 || count == 0)
Console.WriteLine("כתוב את הציון שלך");
mark = int.Parse(Console.ReadLine());
double avarge = (double)sum / count;
Console.WriteLine("התלמיד מספר {0} ממוצע הציונים שלו הגבוה ביותר והוא {1} ", id, bestAvarge);