case

Example: case

Used within a switch statement to control conditional operations. Control passes to the operation whose case statement matches the value of switch(expression).