Question: Write a Java code snippet to do the following: Declare and instantiate an ArrayList of Strings Use a do-while loop to prompt for and read

Write a Java code snippet to do the following: Declare and instantiate an ArrayList of Strings Use a do-while loop to prompt for and read the Strings (lines of text) from the user at the command line until they enter a sentinel value. Use a for loop to step through the ArrayList and concatenate a line number to the beginning of each line eg: This is change to 1 This is The first day change to 2 The first day and so on.. Finally, use a for loop to output theStrings (numbered lines) to the command line
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
