This file contains 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
start buyCandies (real money, real price) | |
integer boughtCandies = 0 | |
while ((money and price > 0) and money >= price) | |
| | |
| money <- money - price | |
| boughtCandies <- boughtCandies + 1 | |
| | |
end while | |
return boughtCandies | |
End buyCandies |
This file contains 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
rooarii@rooarii-HP-ZBook-15-G3:~$ pwd | |
/home/rooarii | |
rooarii@rooarii-HP-ZBook-15-G3:~$ cd Documents/ | |
rooarii@rooarii-HP-ZBook-15-G3:~/Documents$ ls | |
documents perso wcs |
This file contains 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 | |
. | |
./terrestre | |
./terrestre/mercury.jpeg | |
./terrestre/earth.jpeg | |
./terrestre/mars.jpeg | |
./terrestre/venus.jpeg | |
./planètes-naines | |
./géantes-gazeuses | |
./géantes-gazeuses/jupiter.jpeg |
This file contains 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
Introduction au module Grid - Challenge |
This file contains 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
01 - Introduction aux bases de données |
This file contains 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
Intro aux BDD |
This file contains 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
02-BDD |
This file contains 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
03-BDD |
OlderNewer