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

数组输入出什莫问题了

package helloworld;
import java.util.Arrays;
import java.util.Scanner;
public class helloworld {
 public static void main(String[] args){
  //int[] scores={89,56,54,52,-53,56, 98 };
  Scanner input=new Scanner(System.in);
  int[]scores=new int[6];
  for(int i=5;i>0;i--){
   
    scores[i]=input.nextInt();
  helloworld hello=new helloworld();
  hello.show(scores);}
 }
 public void show(int[] scores){
  Arrays.sort(scores);
  System.out.println(scores[3]);
  System.out.println(scores[5]);
  System.out.println(scores[4]);
 }

 }



正在回答

1 回答

7个数组啊,你写6个?

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

qq_宇_35 提问者

不是的,7个数组的被我注释了,我知道怎末改了,谢谢
2017-08-03 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

数组输入出什莫问题了

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