Console.Writeline("Enter 1 for addition, 2 for subtraction, 3 for multiplication, 4 for division and 5 to quit")
ChoiceNum = Console.Readline()
Console.Writeline("Addition is for adding one number to another number to find the sum.")
Console.Writeline("Subtraction is to take away a number from another number to find the difference.")
Console.Writeline("Multiplication is to multiply one number into another number to find the product.")
Console.Writeline("Division is to divide a number into another number to find the quotient.")
Console.Writeline("Would you like to access the menu? Enter 1 for yes or 2 for no:")
ChoiceYN = Console.Readline()