The default block is optional. Use it to run code when no case matches your value. Without a default block, your program does nothing if no match exists. You should also know the Ternary Operator. It ...