Question: C++ 3. a. Write a while loop that prompts a user for a score between 0 and 100 inclusive and continues to repeat the prompt
C++

3. a. Write a while loop that prompts a user for a score between 0 and 100 inclusive and continues to repeat the prompt until a valid entry is provided b. Write a do-while loop that prompts a user for a score between 0 and 100 inclusive and continues to read data until a valid entry is provided Do you prefer version (a) or (b) of these loops? Justify your answer. c
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
