public static void Main()
Console.WriteLine("Enter the length");
length = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Enter the width");
width = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("The floor space is " + area + " square feet.");