What’s a better alternative for Cascaded if Statements? What’s the syntax?

How do we allow previous cases to use the same statement of another one after it?

What happens if default: is missing?


What’s the role of the break; statement?