Computer Science, asked by iiiiisaurabhiiiii, 2 months ago

Which statement is used to display any message on the screen in

QBasic?​

Answers

Answered by IIBandookbaazII
2

Any command or the instructions in the QBASIC is called a statement. Statements are classified into executable and non-executable. Executable statement specify actions and non-executable statements specify characteristics, arrangements and initial values of data.

Some of the QBASIC statements are:

  • CLS
  • REM
  • INPUT
  • LET
  • PRINT
  • END
  • PRINT USING
  • LINE INPUT
  • LPRINT AND LPRINT USING
  • READ….DATA
  • RESTORE
  • LOCATE
  • SWAP
Answered by atrs7391
3

PRINT statement is used to display any message on screen in QBasic/QB64

Like this:

PRINT "---Your message here---"

Similar questions