Skip to content

Instantly share code, notes, and snippets.

@maylisdoucet
Last active March 13, 2018 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maylisdoucet/51e4bec4ead20a35181025aa26e2776d to your computer and use it in GitHub Desktop.
Save maylisdoucet/51e4bec4ead20a35181025aa26e2776d to your computer and use it in GitHub Desktop.
pseudocode.txt
Variables
var = age
var = anneenaissance
var = anneeactuelle
Début
Afficher la question "Quel age as tu svp ?"
Lire age
anneenaissance = anneeactuelle - age
Retourner anneenaissance
Envoie du message 1988;
Fin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment