#Using this characters array

5 messages · Page 1 of 1 (latest)

sullen scaffold
#

That seems fairly different to Java to me

#

Admittedly that doesn't change how confusing the question is

open helm
#

this is js (I think)

meager storm
#

the bootcamp is java but the exam it seems js

sullen scaffold
#

There are two possibilities:

  • The language you're using has some easy, nonflexible stuff that are neither loops nor streams, that a beginner would think to use rather than what you're doing, but eventually you'd rather use a loop instead.
  • They want you to examine all items in the given array by mentioning their indices, so that you then see why you should have used a loop or something practical