Study

QB64

  •   0%
  •  0     0     0

  • ________command clears all the contents of the screen.
    cls
  • The INPUT statement displays a _____________ mark on the screen.
    question
  • The print statement provides variations to print the output on the screen.
    True
  • By using _________ in a print statement, the items are printed without any spaces between them.
    semicolon
  • When comma is used with print statement the items get closed to each other leaving no space
    false
  • ______________statement instructs the computer to wait for some data to be entered.
    Input