Computer Science, asked by chotu8147, 1 year ago

what is FOR....NEXT statement in qbasic​

Answers

Answered by gazal647
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.
Answered by sanjanajaiswal634
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