This is a companion discussion topic for the original entry at https://www.raywenderlich.com/5539282-programming-in-swift-fundamentals/lessons/17
This is a companion discussion topic for the original entry at https://www.raywenderlich.com/5539282-programming-in-swift-fundamentals/lessons/17
Hello Chris, excellent videos however i found a correction in
Episode 09: Challenge - Nested Loops and Early Exit
You typed in challenge #1
The print statement inside the inner loop should be print(ββ, terminator=ββ)
The print statement inside the inner loop should be print(ββ, terminator:ββ)
The β=β didnβt work for me until I replaced it with a β:β
Thanks, let me know if I am off the mark
Nick
Thanks - weβve corrected this in the materials but havenβt yet corrected the video. Good catch!