Ask Question

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

+4
Answers (1)
  1. 19 March, 09:26
    0
    C. 89,90 and 91.

    Explanation:

    Since the loop condition is grade> = 90 the values i would use to test the loop are 89,90 and 91.

    So that we can check for 3 different conditions.

    89 is less than 90 so we can check for <90.

    90 is equal to 90 so we can check for = 90.

    91 is greater than 90 that condition will also be checked.

    Hence we conclude that the answer is option C.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “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 ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers