Computer Science, asked by mondar2imegaur, 1 year ago

Name the looping system used in QBASIC

Answers

Answered by Dannyjoseph
0
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. For example, the following program will ask for your name, then print it 100 times on the screen.
Similar questions