

InterviewSolution
Saved Bookmarks
1. |
What is loop ....? |
Answer» The purpose of loops is to repeat the same, or similar, code a number of times.<br>The block of code is executed based on a certain condition.\xa0Loops\xa0are the control structures of a program.\xa0The body of a\xa0loop\xa0comprises the block of code or the sequence of logical statements that are to be executed multiple times. | |