当前位置:   article > 正文

通过new Scanner(System.in)创建一个Scanner,命令行输出_scaner(system,in

scaner(system,in
import java.util.Scanner;
public class MyDate{

public static void main(String[] args){
int sum=0;
Scanner mas = new Scanner(System.in);
System.out.print("请输入学生人数:"+"\t");
int students=mas.nextInt();
int[]score=new int[students];

int temp=0;
for(int i=0;i<score.length;i++){
//Scanner in=new Scanner (System.in);
System.out.print("请输入学生成绩的值:"+"\t");
score[i]=mas.nextInt();
sum+=score[i];
if(i==score.length-1){
temp=i+1;
}
}
System.out.println(temp+"个学生的平均成绩为:"+sum/temp);

}




声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/羊村懒王/article/detail/207246
推荐阅读
相关标签
  

闽ICP备14008679号