Question: Imagine that you wanted to write a program that asks the user to enter in 5 grade values. The user may or may not enter
Imagine that you wanted to write a program that asks the user to enter in 5 grade values. The user may or may not enter valid grades, and you want to ensure that you obtain 5 valid values from the user. Which nested loop structure would you use?
A. A "for" loop inside of a "while" loop
B. A "while" loop inside of a "for" loop
C. None of the above
D. Either a or b would work
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
