ComeçarComece de graça

For loops question

In the for loop below, how many iterations will the loop perform?

names = ["Anthony", "Jennifer", "Harry", "Stephen"]

for name in names
    println(name)
end

Este exercício faz parte do curso

Intermediate Julia

Ver curso

Exercício interativo prático

Transforme a teoria em ação com um de nossos exercícios interativos

Começar o exercício