COP3402, Fall 2000, Assignment 3

Extended: Due 11/2 at the start of class

Upload the source of your program and hand in a hard copy.

Create a program that will display a menu like this:

                    1. (C)hange case
                    2. (P)rocess a list of numbers
                    3. (E)xit the program

                    Please make a menu selection: 

The program should read the choice from the user as a string. The program will continue to read a choice and perform the appropriate actions until the user selects the exit option. You will need a loop to do this.

Here are some guidelines for the program