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

请问大佬,哪里出错了啊

import java. util. Arrays;

public class HelloWorld {

    

    //完成 main 方法

    public static void main(String[] args) {

        int[] scores= { 89, -23, 64, 91, 119,52 , 73 };

        System.out.println("考试前三名为:");

        HelloWorld hello = new HelloWorld();

        hello.showTop3(scores);

    }

    public void showTop3(int[] scores){

        Arrays.sort(scores);

        int num=0;

    

    for(int i=scores.length - 1; i>=0; i--){

        if (scores[i] <0 || scores[i]>100);

        continue;

    }

        num++;

        if (num > 3);

        break;

    }

    System.out.println(scores[i]);

    

    //定义方法完成成绩排序并输出前三名的功能

    

   }

   }

   }

    

    


正在回答

3 回答

兄弟你if后面怎么那么喜欢用分号

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

if (scores[i] <0 || scores[i]>100);

if (num > 3);

封号改成左大括号

0 回复 有任何疑惑可以回复我~

System.out.println(scores[i]);这句话写在for循环体外面了

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

请问大佬,哪里出错了啊

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