Question: Ask the user for an integer value. You will run a for loop that many times. In the body of the loop, you will ask
Ask the user for an integer value. You will run a for loop that many times. In the body of the loop, you will ask the user to input the word "yes". If the user input is anything else, continue to ask the user for "yes" repeatedly within the same iteration until you get the right answer. Count the number of times the user did not enter "yes" when prompted across all iterations and print the count after the for loop.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
