Given the ArrayList from problem 4, write code to print out the index at which your list

Question:

Given the ArrayList from problem 4, write code to print out the index at which your list contains the value "stormy" and the index at which it contains "dark". Do not use a loop.


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: