The switch statement allows us to execute a block of code among many alternatives. The syntax of the switch statement in Java is: switch (expression) { case ...
確定! 回上一頁