Skip to content

Instantly share code, notes, and snippets.

@jerzyyy
Created September 6, 2018 18:44
Show Gist options
  • Save jerzyyy/03724d293520d226d42c3affa4f30a90 to your computer and use it in GitHub Desktop.
Save jerzyyy/03724d293520d226d42c3affa4f30a90 to your computer and use it in GitHub Desktop.
pseudo code
debut bonbon (prix, argent)
bonbon= 0 argent= 12,47 prixx= 1,14
Tant que argent - prix > 0
argent <- argent - prix
bonbon <- bonbon + 1
Fin de tant que
Si argent<= 0 et prix<= 0
Retourner 0
fin bonbon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment