switch, case, break, and default
are reserved words
The switch structure must include a break statement after each cout statement
---
assert Function
is useful in stopping program execution when certain elusive errors occur
To use assert, include cassert header file