public static void Main()
Console.WriteLine("How many students are in the class?");
int nump=int.Parse(Console.ReadLine());
for (int k=1;k<=nump;k++)
Console.WriteLine("How much money have you donated?");
int monp=int.Parse(Console.ReadLine());
Console.WriteLine("the class donated"+" "+g);
Console.WriteLine("the total donation is"+" "+m);