what is REM command in Q Basic why do we use it in a program
Answers
Answered by
0
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