Swift - Loops
You want to use a
repeat-while loop to ask a user for a password until they enter "swift123". Which code snippet correctly implements this?