What is control variable in QBASIC?
Answers
Answered by
1
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. These loops are used to have a task repeated a specific number of times.
Similar questions