Sometimes we need to repeat a set of statements a number of times in QBASIC program. Which statements are used in this situation?
Answers
Answered by
0
Answer:
loops are used to execute a set of statements repeatedly until a particular condition is satisfied, QBasic programming language provides the following types of loops to handle looping requirements.
Similar questions