Edit Game
Operators In Java
 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   7  Close
A - B
BINARY OPERATOR
1 * 2
BINARY OPERATOR
++2
UNARY OPERATOR
A * C + B
TERNARY OPERATOR
--Y
UNARY OPERATOR
A + B
BINARY OPERATOR
A++
UNARY OPERATOR