Computer Science, asked by gohainoly, 2 months ago

Give two examples to show different behaviours of the PRINT command in QBASIC.​

Answers

Answered by nehabarthwal
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 lakshaysoni01279473
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