Computer Science, asked by aravahuja9312, 11 months ago

Which statement is used to display output on the screen??

Answers

Answered by jacobtg69
9

Answer:

The print statement displays textual output on the computer screen.

Hope it helps :D

Plz mark me as brainliest

Explanation:

Answered by Jaswindar9199
0

The Print statement is used to display output on the screen.

  • The PRINT statement is the statement that by default displays output to the screen.
  • There are two directions for forcing the PRINT statement for displaying output to the printer

  • First is by the P option for the RUN command, or by the PRINTER ON statement. The PRINTER ON statement implies that all following PRINT statements will display output to a Spooler print unit. At the verge of the program, the print unit will be delivered to the Spooler.

  • Second is the PRINTER OFF statement which returns to the default condition that all PRINT statements after a PRINTER OFF statement will display output to the terminal screen again. For printing output before the end of the program then the PRINTER CLOSE statement is accessible for sending everything in the print unit shortly to the Spooler.

#SPJ2

Similar questions