✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Explain the following code, analyzing each line for its functionality.
void main() {
List<String> fruits = ['Apple', 'Banana', 'Cherry'];
for (var fruit in fruits) {
print(fruit);
}
}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!