Explain End and REM statement used in QBasic.
Answers
Answered by
3
Answer:
The INPUT statement in QBASIC is used to accept the data item from the user. REM statement is a non-executable statement and stands for remarks. CLS statement is used to clear the screen. END statement is used to end the program execution.
Similar questions