Why doesn\'t the compiler automatically put break statements after each code block in the switch? Is it for historical reasons? When would you want multiple code blocks to e
Exactly, because with some clever placement you can execute blocks in cascade.