From the given Qbasic program find and write the changes you will make to print the loop in reverse order. FOR X=5 TO 20 PRINT X NEXT X
Answers
Answered by
0
Answer:
The PRINT statement is used to display numbers, messages or values of variables on the output screen.
The REM statement is used to write a remark or a comment in the program that does not get
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.
The IF…THEN…ELSE is a conditional statement that executes a set of statements depending upon a condition
by the way please say that in which class are you in
Similar questions