Computer Science, asked by thaparojal91, 2 months ago

What is the use of REM and INPUT statement?​

Answers

Answered by Anonymous
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.

Answered by kumarijyotisp18
0

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

Similar questions