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