Easier
to read than if - else if - else if
.
Variable
whose value you switch on must be int or char
(or long or short)
Remember
the break statement,
lest you fall through to next case (a common error)
Java
design flaw should use {
block
}
new
keywords:
default, case, switch, break