Question from the Algorithmics - Fundamentals test

Display the 2nd and 5th element of the array shopList

Easy

What does the following code display?

 shopList = [eggs, flour, nutella, milk, sugar];
 display shopList[2];
 display shopList[5];
Author: KahinaStatus: PublishedQuestion passed 20 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!