public static void Main()
Console.WriteLine("Input the number of Students: ");
size = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Want to check again?[Y/N]");
choice = Convert.ToChar(Console.ReadLine());
Console.WriteLine("Thanks for using the program !");
static void Findlab(int size)
double result = size * 1.5;
Console.WriteLine("Room 1A");
Console.WriteLine("Room 1B");
Console.WriteLine("Room 1C");
Console.WriteLine("Room 1B");
Console.WriteLine("Room 1C");
Console.WriteLine("Room 1C");
Console.WriteLine("Therse are no available rooms !");