Question: JAVA question create a class Names that will create an ArrayList of String, read names from the console into it, each on a separate line
JAVA question
create a class Names that will create an ArrayList of String, read names from the console into it, each on a separate line (until the user indicates the end of the list by typing ctrl-D, by pressing the control and D keys, (ctrl-Z on Windows)), and print the names out in reverse order on separate lines (using a for loop ).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
