package rennsyuu;public class imooc { public static void main(String[] args) { ? String today ="周末"; ? String weather ="晴朗"; if (today.equals("周末")) { if(weather.equals("晴朗"));{ ? ?System.out.println("去室外玩"); }else{ System.out.println("去室內(nèi)玩"); } ? ? }else{ System.out.println("去上班"); }? ? ? ? ? }? ? }? ??
添加回答
舉報
0/150
提交
取消