public static void Main()
Console.WriteLine("Integer Subtraction Calculator.");
Console.WriteLine("This application subtracts two integers.");
Console.WriteLine("Directions: Please type in your integer when asked to do so by simply pressing the numbers on your keyboard.");
Console.WriteLine("What is the first integer:");
Console.WriteLine("What is the second integer:");
Console.WriteLine("Remember to click NUMBERS not LETTERS or other characters. Please try again.");
Console.WriteLine(x + " - " + y + " =");
Console.WriteLine("Would you like to restart the program? Press enter to restart or Press E to Exit");
if( Console.ReadLine() =="")
Console.WriteLine("GoodBye!");