Question: Using C++, write a program that allows the user to enter 'Y' or 'N' and have the computer count how many of each votes there
Using C++, write a program that allows the user to enter 'Y' or 'N' and have the computer count how many of each votes there were.
Sample output:
Enter a string of YES and NO votes: yyNNNYYnn
YES votes: ****
NO votes: *****
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
