/** * */ /** * @author DELL * Project Name: Java_learn * Class Name: test_array * date: 2019年8月31日{time} */ public class test_array { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub int a[] = new int[10]; for(int i=0; i