Save
Pseudocode
Iteration - Condition Controlled
Save
Share
Learn
Content
Leaderboard
Learn
Created by
Monica O'reilly
Visit profile
Cards (4)
WHILE answer != “computer“
Answer = INPUT(“What is the password“)
ENDWHILE
While
Loop
DO
Answer = INPUT(“What is the password?)
UNTIL answer ==
“computer“
Do Until
Loop