Computer Science, asked by ShubhoshreeBasfore, 2 months ago

what do you mean by print at q basic​

Answers

Answered by Anonymous
0

Answer:

The PRINT command is used to display any message or value on the screen. 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 kumarmanish95460
1

Answer:

PRINT statement provides output on the screen. It prints the values of the expression on the screen. If the expression list is blank, no characters are printed. The expressions in the list may be numeric or string.

Similar questions