Quiz Question 1 of 2
The code below can be read as:
String[] flavors = {"vanilla", "chocolate", "strawberry"};
for (String flavor : flavors) {
// ...
}
Choose the correct answer below:
Quizzes are the best way to test your knowlege. Sign up for Treehouse today and prove yourself. We guarantee 100% satisfaction.