数组练习

package dasd;

public class bijiao {

1
2
3
4
5
6
7
8
9
10
public static void main(String[] args) {
// TODO Auto-generated method stub
int [] arr1=new int[] {1929,33,3345,223,};
for(int i=0;i<=arr1.length-1;i++) {
System.out.println(arr1[i]);
}



}

}


数组练习
http://example.com/数组练习.html
作者
John Doe
发布于
2021年3月26日
许可协议