This program requires you to use a loop as well as the switch statement. You will display this menu on the screen.
(Press 9 to stop voting)
The Many Colors of M&M's Candy
- red
- blue
- brown
- yellow
- green
- purple
Vote on your favorite color by pressing the number before it.
In this program, you will keep track of the number of votes for each color of M&M's candy. The user will be able to vote until he/she types the sentinel character 9. Display the menu and ask the user to enter a number. Check the number entered against the numbers 1 - 2 - 3 - 4 - 5 - 6. If the number entered is 1, add one to the redctr. If the user has entered 2, add one to the bluectr, etc.
When the user has pressed the 9 to exit, print out a display telling how many votes each color received.