Computer Science, asked by ankitsingh6202102996, 9 months ago

1.What is looping?
2.what statement is used to finish a program in q basic​

Answers

Answered by crazygirl1920
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