public static void Main()
Console.WriteLine("how much student are in the class:");
double hh = double.Parse(Console.ReadLine());
Console.WriteLine("how much chairs are in the class");
double gg = double.Parse(Console.ReadLine());
Console.WriteLine("there are enough chairs");
Console.WriteLine("there isnt enough chairs");
Console.WriteLine("there are enough chairs");