InterviewSolution
Saved Bookmarks
| 1. |
Counting loop is also known as |
|
Answer» A common type of program loop is one that is controlled by an integer that counts up from a initial value to an upper limit. Such a loop is CALLED a counting loop. The integer is called a loop control variable. LOOPS are implemented with the conditional branch, jump, and conditional SET instructions.please mark my answer as brainliest |
|