The Java switch statement is a fundamental syntax for cleanly branching logic based on values. Because a default: block is provided for cases that do not match any conditions, one might assume it can ...