Edit Game
QB64
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public



 Save

Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






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