c. Differntiate Input and Print statement of QBASIC
Answers
Answered by
25
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
0
Answer:
Print function displays the given message on the screen. Whereas input function accepts given data.
Similar questions