Computer Science, asked by jyotiabhi2146, 1 year ago

Answer the following questions:
1 Which statement tells QBASIC that the program terminates here?​

Answers

Answered by Anonymous
2

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