Question: Create a program that does the following 1. creates an ArrayList of Integers; 2. prompts the user to enter integers and adds them to the

Create a program that does the following 1. creates an ArrayList of Integers; 2. prompts the user to enter integers and adds them to the ArrayList; 3. calls the generic method max to find the largest element that is in the ArrayList; 4. creates an ArrayList of Strings; 5. prompts the user to enter Strings and adds them to the ArrayList; 6. calls the generic method max to find the largest element in the ArrayList; and 7. implements the following generic method that returns the largest element in an ArrayList: public static
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
