Which of the following conditions can be added to the code b
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?
| |||
| |||
| |||
|
Solution
Answer: B. sum <= 100
This condition will loop until the value of sum is greater than 100
