Computer Studies
State whether the following statement is True or False :
FOR-NEXT statement is used to generate finite loops.
QBASIC: For-Next Statements
5 Likes
Answer
True
Answered By
3 Likes
Related Questions
State whether the following statement is True or False :
FOR statement may or may not be followed by NEXT.
State whether the following statement is True or False :
A loop can also be generated using the GOTO statement.
State whether the following statement is True or False :
The initial value of the variable FOR may begin with a negative number.
State whether the following statement is True or False :
By default, the increment of the variable in a FOR-NEXT statement is +1.