This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Variable(s) | |
| nombreDemandé <- Lire Entier | |
| Répéter nbDemandé fois | |
| Afficher "Bienvenue à la wild" | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Variable(s) | |
| nombreDemandé <- Lire Entier | |
| Répéter nbDemandé fois | |
| Afficher "Bienvenue à la wild" | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Variable(s) | |
| nombreDemandé <- Lire Entier | |
| Répéter nbDemandé fois | |
| Afficher "Bienvenue à la wild" | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Variable(s) | |
| nombreDemandé <- Lire Entier | |
| Répéter nbDemandé fois | |
| Afficher "Bienvenue à la wild" | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Variable(s) | |
| nombreDemandé <- Lire Entier | |
| Répéter nbDemandé fois | |
| Afficher "Bienvenue à la wild" | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Variable(s) | |
| nombreDemandé <- Lire Entier | |
| Répéter nbDemandé fois | |
| Afficher "Bienvenue à la wild" | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Variable(s) | |
| nombreDemandé <- Lire Entier | |
| Répéter nbDemandé fois | |
| Afficher "Bienvenue à la wild" | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Variable(s) | |
| nombreDemandé <- Lire Entier | |
| Répéter nombreDemandé fois | |
| Afficher "Bienvenue à la wild" | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| début CompteurBonbons (réel argent, réel prix) | |
| nbBonbons ← 0 | |
| Si argent>0 ET prix>0 | |
| Tant que argent >= prix | |
| argent ← argent - prix | |
| nbBonbons ← nbBonbons + 1 | |
| Fin tant que | |
| Sinon | |
| retourner “argent ou prix est inferieur à 0” |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| début CompteurBonbons (réel argent, réel prix) | |
| nbBonbons ← 0 | |
| Si argent>0 ET prix>0 | |
| Tant que argent >= prix | |
| argent ← argent - prix | |
| nbBonbons ← nbBonbons + 1 | |
| Fin tant que | |
| Sinon | |
| retourner “argent ou prix est inferieur à 0” |
OlderNewer