Skip to content

Instantly share code, notes, and snippets.

@gaspaonrocks
Created February 28, 2017 16:01
Show Gist options
  • Save gaspaonrocks/fe17d8574feaa5d73f50fa4273bf94f9 to your computer and use it in GitHub Desktop.
Save gaspaonrocks/fe17d8574feaa5d73f50fa4273bf94f9 to your computer and use it in GitHub Desktop.
Début algo-age
yearDate <- l'année actuelle
age <- l'age de l'utilisateur
(quel est votre âge ?)
READ age, yearDate
yearBirth = yearDate - age
RETURN yearBirth
DISPLAY vous êtes né en yearBirth !
Fin algo-age
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment