Computer Science, asked by prashnachiluwal, 8 months ago


What is a looping statement? What are the different looping statements supported by
QBASIC program?

Answers

Answered by Anonymous
1

In computer science, a for-loop (or simply for loop) is a control flow statement for specifying iteration, which allows code to be executed repeatedly. ... For-loops are typically used when the number of iterations is known before entering the loop.

The PRINT statement is used to display numbers, messages or values of variables on the output screen. The CLS statement is used to clear the output screen. The LET statement is used to assign a value to a variable. The INPUT statement is used to take a value from the user and store it in a variable.

please like

Answered by ahanamukherjee1210
3

Answer:

Check the given attachments u will get the ans!

Attachments:
Similar questions