/** * */ /** * @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