为了账号安全,请及时绑定邮箱和手机立即绑定

请大神指点哪里错啦!

public class HelloWorld {
import java.util.Arrays;
    //完成 main 方法
    public static void main(String[] args) {
       int[] scores={89,-23,64,91,119,52,73};
       HelloWorld hello=new HelloWorld();
       helllo.clas(scores);
        
        
        
    }
    
    //定义方法完成成绩排序并输出前三名的功能
    
    public void clas(int[]scores){
        Arrays.sort(scores);
        int m=0;
        for(int i=scores.length;i>=0;i--){
            if(scores[i]<0||scores[i]>100)
            continue;
             m=m+1;
            System.out.println("考试成绩的前三名为"+scores[i]);
            if(m>3)
            break;
            
        }
      
    }


正在回答

3 回答

导入应该在第一行

1 回复 有任何疑惑可以回复我~
#1

bxp 提问者

非常感谢!
2015-10-07 回复 有任何疑惑可以回复我~

hello,你写成helllo了


1 回复 有任何疑惑可以回复我~
#1

bxp 提问者

可是我改过来之后一直提示第二行导入的有错,哪里错了
2015-10-07 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

请大神指点哪里错啦!

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信