您当前的位置: 首页 >  大前端之旅

投票统计,遍历数据

大前端之旅 发布时间:2019-12-02 20:42:31 ,浏览量:5


 Scanner in=new Scanner(System.in);
  int  x;
  int[] numbers=new int[10];
  x=in.nextInt();
  while(x!=-1)
  {
   if(x>=0&&x            
关注
打赏
查看更多评论