Computer Science, asked by kumarvinod11742, 3 months ago

How can you create loops in QBASIC?

Answers

Answered by llNehaII
5

Ans= Statements that enable us to create loops are known as looping statements. We will learn the following looping statements in QBASIC. The FOR… NEXT statement is used when you want a group of statements to be executed a specific number of times.

Similar questions