WHICH STATEMENT IS USED TO DISPLAY THE OUTPUT ON THE SCREEN?WRITE THE SYNTAX
AND EXPLAIN WITH EXAMPLES
Answers
Answered by
2
Answer:
PRINT is used to display the output
The syntax is:
PRINT <Var1> ;"Sting constant"
Example:
PRINT "Learning Programming".
Similar questions