A switch statement is used to test several conditions and executing a block of codes based on a specific condition. ... The break keyword exits from the switch ...
確定! 回上一頁