Computer Studies
What is a loop?
QBASIC: For-Next Statements
21 Likes
Answer
A loop is a conditional repetitive type of flow and the program runs until the condition is satisfied. A task repeated again and again for a fixed number of times is known as a loop.
Answered By
11 Likes
Related Questions
State whether the following statement is True or False :
By default, the increment of the variable in a FOR-NEXT statement is +1.
State whether the following statement is True or False :
Without using the STEP value, the control may jump to the next value.
What are the different ways to generate a loop in BASIC programming?
Explain the following with an example:
(a) Continuous loop
(b) Step loop