True or False, no semicolon appears after the if statement but one is required after the else

False - no semicolon should appear after either the if or the else.
  • False - you need a semicolon after the if statement but not the else.
  • False - you need a semicolon after both if and else.
  • True

There are no hints for this question