public static void Main(string[] args) { Square Box1 = new Square(); Box1.makeBox(); Box1.displayBox(); Console.ReadLine(); }