Program: · public class CopyArray { · public static void main(String[] args) { · //Initialize array · int [] arr1 = new int [] {1, 2, 3, 4, 5}; · //Create another ...
確定! 回上一頁