Give two examples to show different behaviours of the PRINT command in QBASIC.
Answers
Answered by
4
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.
Answered by
2
Answer:
Numeric Constants: there are two types of numeric constants: • Real: the ... Remark : the symbol " " use in print statement for print strings .
Similar questions