if(count >= 10 && count <= 15) { System.out.println("今天手氣很一般"); } if(count < 10) { System.out.println("今天手氣不怎麼樣"); }.
確定! 回上一頁