Multiple Choice
When a loop condition is grade >= 90, what values would you use to test your loop?
A) 88 and 89
B) 0 and 90
C) 89, 90, and 91
D) 90, 91, and 92
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: Some code is already coded with a
Q21: Using the for loop header for( int
Q22: Describe the conditions under which you would
Q23: A logic error is likely to happen
Q24: A special value that the user enters
Q26: A loop condition may be simplified by
Q27: A while loop can be nested inside
Q28: When you use a while loop to
Q29: You have a for loop nested in
Q30: When you use a sentinel value for