Computer Science, asked by sunitasingh6751, 11 months ago

the__________ statement, displays massage or output of a program.​

Answers

Answered by jeetkrl7
1

in java, it's System.out.println() or System.out.print() or System.out.printf()

Answered by AskewTronics
1

PRINT statement :

Explanation:

  • The PRINT statement is a statement that is used in the Q-Basic programming language to print something like the output.
  • While in the other language there is used a print function to display the output.
  • When any user wants to display the message in the Q-Basic, then he needs to use this statement for that task.
  • The syntax to use this is as --- PRINT "sentence or word".
  • For example "hello" will print by the help of  "PRINT "hello" ".

Learn More:

  • Q-Basic :https://brainly.in/question/2343849
Similar questions