Computer Science, asked by warlordaffu33777, 4 months ago

WHICH STATEMENT IS USED TO DISPLAY THE OUTPUT ON THE SCREEN?WRITE THE SYNTAX

AND EXPLAIN WITH EXAMPLES​

Answers

Answered by usernametaken8
2

Answer:

PRINT is used to display the output

The syntax is:

PRINT <Var1> ;"Sting constant"

Example:

PRINT "Learning Programming".

Similar questions