// } // Syntax for enhanced switch in Java (doesn't require a break statement) // (and you need curly braces if you write more than one statement in a case) switch (var) { // this is syntax for ...