public class HelloWorld{
public static void main(String[] args){
String today="周末";
String weather="晴朗";
if (today.equals("周末")){
if (weather.erquals("晴朗")){
System.out.println("去室外游乐场游玩");
}else{
System.out.println("去室内游乐场游玩");
}else{
System.out.println("去上班");
}
}
}
}
D:\liujiahao\zuoye>javac HelloWorld.java
HelloWorld.java:10: 错误: 有 'if', 但是没有 'else'
}else{
^
1 个错误
此生不变丶
UDUN
旧丶爱人
vLiang
你庄哥哥
summo
Caballarii
随时随地看视频慕课网APP
相关分类