using System.Collections.Generic;
using System.Threading.Tasks;
public static int topsize;
public static int bottomsize;
public static int sidesize;
public static int perimeter;
static void Main(string() args)
Console.WriteLine("Welcome to my rectangle maker!");
Console.Writeline("Please enter the length of the rectangle for my thinga-ma-bob to draw ");
Global.topsize = int.Parse(Console.Readline());
Console.Writeline("Please enter the width of the rectangle for my thinga-ma-bob to draw ");
Global.sidesize = int.Parse(Console.Readline());
Global.bottomsize = Global.topsize;