public class HelloWorld {
public static void main(String[] args) {
String today="周末";
String weather="晴朗";
if (today.equals("周末")){
if(weather.equals("晴朗")){
System.out.println("去室内游乐场");
}else{
System.out.println("去室外游乐场");
}
}else{
System.out.println("去上班");
}
}
}
谢谢楼主 看到楼主的作业我对if套if 和equals()的用法有了更深的理解!~
我知道了啊 各位不用回答啦,