what is FOR....NEXT statement in qbasic
Answers
Answered by
4
Have a nice day!!! Hope it will help u:
Fornext statement: The process of using multiple counters in a program is very tedius. The process of repeated execution of a program can be controlled and simplified me using for next statement. It also reduces the no. of commands.
Fornext statement: The process of using multiple counters in a program is very tedius. The process of repeated execution of a program can be controlled and simplified me using for next statement. It also reduces the no. of commands.
Answered by
0
Loop control variable: A variable used to determine whether a loop will be executed. Loop body: The statement(s) that are executed each time a loop repeats. ... The most common type of loop used in QBASIC programming is the FOR...NEXT loop that repeats a series of instructions a specified number of times.
Similar questions