public static void Main()
Console.WriteLine("Pleas enter width of the image");
int width = int.Parse(Console.ReadLine());
Console.WriteLine("Pleas enter height of the image");
int height = int.Parse(Console.ReadLine());
Console.WriteLine("The image is landscape");
Console.WriteLine("The image is portrait");
Console.WriteLine("The image is QUADRAT");