1.What is looping?
2.what statement is used to finish a program in q basic
Answers
Answered by
1
Answer:
Looping in any programming language is the construct that makes the computer repeat the instructions again and again as long as the some given condition is met. For example, let us look at a simple FOR looping statement in QBASIC. In the code block above, lines 2 through 4 constitute the looping construct. 1.
Similar questions