christophegourmand
4/11/2020 - 11:09 AM

Condition if else if else

if (condition) {
  instructions;
} else if (conditions) {
  instructions;
} else {
  instructions;
}