[Solved] Printing array elements in reverse order [closed]


You already have created methods so you know how to do this. You can create another method called reverseUsingPop(char[] characters). and in here execute the loop to print them.

From looking at your code it seems like you should have seen everything to do this. So from your main method you can call that method.

8

solved Printing array elements in reverse order [closed]