1.

What does the given command perform? PRINT P$, Q, R

A.  The expression P$, Q, R is printed.
B.      The variable Q receives the values of P$ + R.
C.      Two numerical values and one string value are printed.
D.      An error message is displayed.
Answer» D.      An error message is displayed.


Discussion

No Comment Found