Well done!

You have completed Accessing Items!

Quiz Question 1 of 3

Considering the following code in the jShell REPL:

jshell> beatles
beatles ==> String[4] { "John", "Paul", "George", "Ringo" }

jshell> System.out.println(beatles[1]);

What would be printed?

Choose the correct answer below:

Skip Quiz Review Video