Last active
March 26, 2018 16:55
-
-
Save TheCodingLady/13ce09e64f23d8c0af78a04413abfe96 to your computer and use it in GitHub Desktop.
QUETE-PSEUDOCODE
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
Variables | |
nombreSaisie | |
resultat <- "Bienvenue à la wild | |
DEBUT | |
Afficher "Taper un nombre de 1 à 10, SVP: " | |
Demander nombreSaisie | |
nombreSaisie <- n | |
r <- n - 1 | |
Afficher resultat | |
Tant que n - 1 > 0 | |
Afficher resultat | |
jusqu'à ce que r <- 0 | |
Fin faire tant que | |
FIN | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment