public static void Main()
Console.WriteLine("This is how to find the area of your rectangle");
Console.WriteLine("The area of your rectangle is...");
Console.WriteLine("This is how to find the perimeter of your rectangle");
Console.WriteLine("This is the perimeter of your rectangle");
Console.WriteLine("Rectangle!!!!");
Console.WriteLine("What's the length of the rect");
Console.WriteLine("What's the width of the rect");
Console.WriteLine("Draw the rect");