Given the ArrayList from problem 4, write a for-each loop that prints the uppercase version of each

Question:

Given the ArrayList from problem 4, write a for-each loop that prints the uppercase version of each String in the list on its own line.


Data from Problem 4

Write code to insert two additional elements, " dark " and " and ", at the proper places in the list to produce the following ArrayList as the result:

["It", "was", "a", "dark", "and", "stormy", "night"]

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: