public class abcde { public static void main(String[] args) { // TODO Auto-generated method stub int score = 94; String sex = "女";? ? ? ? if(score>80){? ? ? ? ? ? ?if(sex.equals("女") ){? ? ? ? ? ? ? ? ?System.out.println("進入女子比賽");? ? ? ? ? ??? ? ? ? ? ? }? ? ? ? ? ? else {? ? ? ? ? ? ? ? System.out.println("進入男子比賽");? ? ? ? ? ? }? ? ? ? }? ? ? ? else{? ? ? ? ? ? System.out.println("沒有進入決賽");? ? ? ? }? ? ? ??? ? ? ??? ? ? ?? }運行之后就一直顯示錯誤: 找不到或無法載入主要類別 abcde求指點
添加回答
舉報
0/150
提交
取消