Created
April 20, 2017 19:14
-
-
Save lrlucena/53c46f8015eb68de50498a7209f7d541 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
x := 5; | |
exiba "Qual a senha?"; | |
y := Leia; | |
enquanto nao(x = y) { | |
exiba "Qual a senha?"; | |
y := Leia; | |
}; | |
exiba "Acertou" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment