Question: 03 Generics Write a Java method that should take an ArrayList as a parameter, print its element in the reverse order. The main function that

03 Generics Write a Java method that should take an ArrayList as a parameter, print its element in the reverse order. The main function that calls the method is the following: import java.util."; public class ReverseGen { public static void main(Stringl args) { Scanner input = new Scanner(System.in); System.out.println("How many numbers do you want to input?"); int num = input.nextInt(); ArrayList
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
