Using a while loop, create a simple command-line menu.
Note that this program lends itself well to actually being user-friendly.
It should prompt a user to enter a number corresponding to the item in the menu.
The program must have three selections with the following functions:
It is up to you if you wish to add more menu selections.
Try out the demo below, and enter different kinds of values to see how the program behaves.