public static void Main()
Console.WriteLine("Please enter a number between one and five:");
iNum = int.Parse(Console.ReadLine());
Console.WriteLine("You have picked the rib-eye steak, with pink lemonade.");
Console.WriteLine("You have picked the salmon and salad, with coke.");
Console.WriteLine("You have picked grilled vegetable salad, with a smoothie.");
Console.WriteLine("You have picked the risotto, with a side of cherry tomatoes.");
Console.WriteLine("You have picked the Sheperd's Pie, with Pepsi.");
Console.WriteLine("You have entered an ivalid number.Please try again.");