Switch statements

Home > Computer Science > Programming Languages > Control Structures > Switch statements

This is similar to the conditional statement but is used with multiple conditions rather than just a single one.