Computer Science, asked by suniloraon, 2 months ago

18
1. What is a LOOP? Write the three ways to execute LOOP in
QBASIC
? What is nhotoshon and for what nurnare in it und​

Answers

Answered by pradeepkumar1982987
2

Explanation:

Looping Statement. ...

loop is a sequence of instructions that is repeated until a certain condition is reached. ...

•For Next loop. ...

Loops allows a specified group of statements to be executed a certain number of times while certain condition is true.

FOR counter = start TO end [STEP] ...

For Loop's syntax.

Similar questions