Multiple choice

Conditional operator is an alternative to __________.

  1. switch

  2. break

  3. continue

  4. if else

  5. goto

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

It is also based on true and false conditions like if and else statements.