Challenge for For-Each Loop
Challenge
The for-each loop can be used to go through an array of any type. Create the header for a for-each loop which goes through the String array called words
. Use the variable word
to hold each element in the array.
Please sign in or sign up to submit answers.
Alternatively, you can try out Learneroo before signing up.