InterviewSolution
Saved Bookmarks
| 1. |
What Are Loops? |
|
Answer» The loop is a STRUCTURE which can repeat a SET of STATEMENTS up to a fixed number of times or until a certain criterion is satisfied. The loop is a structure which can repeat a set of statements up to a fixed number of times or until a certain criterion is satisfied. |
|