public static void Main()
Console.WriteLine("How much homework did the student do?");
hw = int.Parse(Console.ReadLine());
Console.WriteLine("How much homework did the student do?");
hw = int.Parse(Console.ReadLine());
Console.WriteLine("There are" + num + "who study more than 15 hours");