Question
1. Create an ArrayList of Strings. The user will type in 9 Strings to be added to the ArrayList. It will output the ArrayList originally
1. Create an ArrayList of Strings. The user will type in 9 Strings to be added to the ArrayList. It will output the ArrayList originally using just a println of the arraylist. It will output all odd members starting with first value in the ArrayList. It will remove all names that are less than 4 letters and then print the new arraylist.
2. Create an ArrayList of Doubles. Using a while loop that is based on the condition that kb.hasNextDouble() has a value entered that is a double value and not Q to quit it will add the value to the ArrayList. Once the user types Q it will find the smallest value and it will output all the values and mark the smallest value.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started