Skip to content

Instantly share code, notes, and snippets.

@Peregg
Last active March 4, 2018 11:03
Show Gist options
  • Save Peregg/929f1719a78814b8afd5147d8a2dd03a to your computer and use it in GitHub Desktop.
Save Peregg/929f1719a78814b8afd5147d8a2dd03a to your computer and use it in GitHub Desktop.
Odyssey Quest
Début MON_ALGO
Variables
ÂgeUtilisateur
AnnéeDeNaissance
Afficher ("Tapez vôtre âge:")
ÂgeUtilisateur <- LireEntier ()
AnnéeDeNaissance <- (2018 - ÂgeUtilisateur)
Afficher ("Vôtre année de naissance est :")
Afficher (AnnéeDeNaissance)
Fin MON_ALGO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment