Question: 1. Write a complete Java program, with a class called FunWithLists, which prompts the user to create a list of the following types: String, Integer
1. Write a complete Java program, with a class called FunWithLists, which prompts the user to create a list of the following types: String, Integer and Double. There are 100 elements in each list. Your program should create the appropriate list type as determined by the user.
Step by Step Solution
There are 3 Steps involved in it
To write this Java program we will define a class called FunWithLists This class will prompt the user to choose between creating a list of String Inte... View full answer
Get step-by-step solutions from verified subject matter experts
