How can you create loops in QBASIC?
Answers
Answered by
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