public static void Main()
int h,x,y,a,C=0,C1=0,C2=0,C3=0;
for(int i = 1; i<=30; i++)
Console.WriteLine("תלמידים שהגישו עבודה אחת");
x=int.Parse(Console.ReadLine());
Console.WriteLine("תלמידים שהגישו שתי עבודות");
y=int.Parse(Console.ReadLine());
Console.WriteLine("תלמידים שהגישו 3 עבודות");
a=int.Parse(Console.ReadLine());
Console.WriteLine("תלמידים שלא הגישו עבודות");
h=int.Parse(Console.ReadLine());
Console.WriteLine("three homeworks:"+a);
Console.WriteLine("Two homeworks:"+y);
Console.WriteLine("one homeWorks:"+x);
Console.WriteLine("zero homeworks:"+h);