Skip to content

Instantly share code, notes, and snippets.

@TheCodingLady
Last active March 26, 2018 16:55
Show Gist options
  • Save TheCodingLady/13ce09e64f23d8c0af78a04413abfe96 to your computer and use it in GitHub Desktop.
Save TheCodingLady/13ce09e64f23d8c0af78a04413abfe96 to your computer and use it in GitHub Desktop.
QUETE-PSEUDOCODE
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