class EnumExample1{ · //defining the enum inside the class · public enum Season { WINTER, SPRING, SUMMER, FALL } · //main method · public static void main(String[] ...
確定! 回上一頁