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
Exercício interativo prático
Transforme a teoria em ação com um de nossos exercícios interativos
