syntax of end in qubasic
Answers
Answered by
2
Answer:
QBASIC Statements, CLS Statement, REM Statement, INPUT ... It is used at the end of the QBASIC program to terminate it. This statement allows to input line of data at a time and assign in to single variable. LPRINT USING statement is used to print formatted output to a printer. It is used in conjunction with the DATA command which lets QBASIC to read data.
Similar questions