InterviewSolution
Saved Bookmarks
| 1. |
What is the variable used for the purpose of calculating the sum of numbers entered in a loop known as? |
|
Answer» Answer: The variable USED in the loop CONDITION is the number i, which you use to COUNT the INTEGERS from 1 to 10. |
|