public class Main { public static void main(String[] args) { int day = 4; switch (day) { case 1: System.out.println("Monday");
確定! 回上一頁