Computer Science, asked by ajitsingh9421, 11 hours ago

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 akash20052410
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