Question from the Algorithmics - Fundamentals test

Write a loop that prints the names of the graduates.

Easy

What does this loop display when executing?

        graduates = [Katia, Lucas, Lola, Lina];
        For all the graduates 
            say “Congratulations”;
        End For
Author: Vincent CotroStatus: Published(Update)Question passed 25 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!