You use the switch statement in Java to execute a particular code ... void main(String[] args) { int month = 6; switch (month) { case 1: ...
確定! 回上一頁