int
list [] =
new
[
10
];
for
(
i=
0
; i< list.length; i++){
System.out.println(list[i]);
}
//源代码片段来自云代码http://yuncode.net