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

关于java中的foreach,错哪了

关于java中的foreach,错哪了

溯源1 2017-07-23 20:15:54
package com.imooc;import java.util.Arrays;public class array { public static void main(String[] args) { // TODO Auto-generated method stub //int i=0; int[] score= {9,17,38,61,72,86,96}; //for(int i=0;i<=6;i++) for(int i:score) System.out.println("The second:"+score[i]); }}
查看完整描述

目前暂无任何回答

  • 0 回答
  • 0 关注
  • 2230 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信