InterviewSolution
Saved Bookmarks
| 1. |
What Is The Use Of For…next Loop? |
|
Answer» When it is known in advance how many TIMES the LOOP must be repeated the FOR…NEXT Loop is the most EFFECTIVE option. FOR…NEXT Loop is used to repeat a SET of statements to a specific NUMBER of times. When it is known in advance how many times the loop must be repeated the FOR…NEXT Loop is the most effective option. FOR…NEXT Loop is used to repeat a set of statements to a specific number of times. |
|