weixin_慕雪351705
2022-05-30 14:01
public class HelloWorld {
public static void main(String[] args) {
char today='日';
swtich(today) {
case '一':
case '三':
case '五':
System.out.println("吃包子");
break;
case '二':
case '四':
case '六':
System.out.println("吃油条");
break;
default:
System.out.println("吃主席套餐");
}
}
}
关键字拼写错误,应该是switch
Java入门第一季(IDEA工具)升级版
1165172 学习 · 17581 问题
相似问题