Computer Science, asked by hrittikaroy7676, 20 days ago

What is control variable in QBASIC?​

Answers

Answered by Ajchan
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