import java.util.Arrays; public class Demo { public static void main(String[] args) { int[] arr = new int[10]; for (int i=0; i < arr.length; ...
確定! 回上一頁