public static void Main()
Console.WriteLine("Enter the length of the edge of a cube");
int x = Int32.Parse(Console.ReadLine());
Console.WriteLine("Enter the following for the result :- surface area - 1, area - 2,surface area and area - 3 ");
int y = Int32.Parse(Console.ReadLine());
Console.WriteLine("Surface area = " + s);
Console.WriteLine("Area = " + a);
Console.WriteLine("Surface area = " + s);
Console.WriteLine("Area = " + a);
Console.WriteLine("It's an ERROR");
Console.WriteLine("Please follow the instruction given");