Computer Science, asked by AlyaSingh1193, 8 months ago

Variable use to store sum of number entered during execution of a loop

Answers

Answered by BrainlyStarPrincess
2

Answer:

Note that the condition is checked before the loop body is executed for the first time – if the condition is false at the start, the loop body will never be executed at all. The variable used in the loop condition is the number i, which you use to count the integers from 1 to 10. First you initialise this number to 1.

Similar questions