|
|
#2
孤独与烈酒2016-10-19 11:28
|
程序代码:public class q1{
public static void main(String args[]){
for(weekday x:weekday.values()){
System.out.println(x);
}
}
public enum weekday{
monday,sunday
}
}
public static void main(String args[]){
for(weekday x:weekday.values()){
System.out.println(x);
}
}
public enum weekday{
monday,sunday
}
}
只有本站会员才能查看附件,请 登录

