Swift - Loops
Which of the following is the correct syntax to skip the current iteration in a Swift
for loop?for loop?continue is used to skip the rest of the current loop iteration and move to the next one.break stops the loop, skip and stop are not valid Swift keywords for loops.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions