Skip to content

Instantly share code, notes, and snippets.

@elneris
Created February 27, 2019 20:09
Show Gist options
  • Save elneris/e012f16a3dcef900102e2c21586f463d to your computer and use it in GitHub Desktop.
Save elneris/e012f16a3dcef900102e2c21586f463d to your computer and use it in GitHub Desktop.
Début compteur de bonbons ( argent disponible, prix du bonbon )
si argent dispo ET prix bonbon > 0
tant que argent dispo > prix du bonbon
argent dispo - prix bonbon
enregistrer dans une variable qui s'incremente le nombre de bonbon acheté
mettre a jour l'argent dispo
Fin nombre de bonbons achetés
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment