Input the number through a loop. The loop should continue as long as the sum of the number entered is less than 99.
Answers
Answered by
0
Answer:
The variable used in the loop condition is the number i, which you use to count the integers from 1 to 10.
Explanation:
The variable used in the loop condition is the number i, which you use to count the integers from 1 to 10.
Similar questions