Edit Game
Algorithm & Programming
 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
How many datatype are there?
4 (String, Integer, Boolean and Float)
Identify the relational operator?
Double Equal to
What operator do you use to assign a variable?
Equal to
Which loop do you use to repeat only 5 times?
FOR loop
What is the meaning of the operator below?
Less than or equal to
Look at the code below. Identify the programming construct
Sequence