The task is: Read integer values from the keyboard until the value 99 is entered. Display an error message if it is not equal to 99. When 99 is entered your program should do the following: Display a count of how many times the values 0-10 were entered. For example the display would look like: "you entered 0 this many times, 1 this many times, 2 this many times" etc. exit the program.
I know you need to use if statements but I'm still fuzzy about them and switch statements I don't know how to use. (Of course that's why it's extra credit. lol) Thanks for any halp.
I know you need to use if statements but I'm still fuzzy about them and switch statements I don't know how to use. (Of course that's why it's extra credit. lol) Thanks for any halp.
Comment