Write a program that will encrypt/decrypt messages.
Create a menu that asks the user whether they want to (in this order):
The user should then be able to type in a message up to 500 characters in length that will be encrypted/decrypted
Your program should continue to bring up the main menu until the user selects the option to quit.
Requirements:
Use the following ideas: