Module 4: Conditional Statement

Cards (6)

  • The if statement may be implemented in different forms depending on the complexity of conditions to be tested.
  • What conditional statement is this ?
    If statement
  • What conditional statment is this ?
    If-else statement
  • What conditional statement is this ?
    Nested if else statement
  • Use the switch statement to select one of many code blocks to be executed.
  • What conditional statement is this ?
    switch statement