Multiple Choice
Which of the following conditions can be added to the code below so it will loop until the value of sum is greater than 100?
A) sum != 0
B) sum <= 100
C) sum > 100
D) sum == 100
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q23: What is the best strategy for avoiding
Q24: What are the values of i and
Q25: What is the output of this code
Q26: When hand-tracing a portion of code, which
Q27: A loop inside another loop is called
Q29: Suppose that a program asks a user
Q30: What is the output of the following
Q31: What is the output of the code
Q32: What is the output of the code
Q33: How many times is the text "Let's