If you have any questions, comments or issues with this project please post them here!
Ok you might have cracked my earlier login but let’s try a better one !
https://replit.com/@JackAdem/Day-023-Project-23-Subroutine-Logins?v=1
Day 23 of #Replit100DaysOfCode #100DaysOfCode.
1 Like
A question for the Day 22 challenge, specifically regarding the continue command in the solution code. I’m still trying to wrap my head around the break, continue and exit commands. But if my understanding is correct, and that continue just skips any remaining code in the loop for the current iteration, then is it really necessary in this case? I don’t have it in my code, and the program seems to function as expected, but I wanted to check and see if I was missing something.