InterviewSolution
Saved Bookmarks
| 1. |
How can you create loops in QBASIC? |
|
Answer» atements 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. |
|