public static void Main()
for(int t =1; t<=20; t++)
Console.WriteLine("enter the name of the test");
string grade = Console.ReadLine();
Console.WriteLine("y or n");
string r =(Console.ReadLine());
Console.WriteLine("the grade is : " +sum);
Console.WriteLine("the test with the most high grade is: "+maxname);