public static void Main()
Console.WriteLine("שם התלמיד:");
Console.WriteLine("תעודת זהות:");
Console.WriteLine("ציון באנגלית:");
ge= int.Parse(Console.ReadLine());
Console.WriteLine("ציון מתמטיקה:");
gm= int.Parse(Console.ReadLine());
Console.WriteLine("ציון עברית:");
gh= int.Parse(Console.ReadLine());
Console.WriteLine("name of student: {0} and the avg of grades: {1}", name, avg);