Update home authored by Giraldeau, Francis's avatar Giraldeau, Francis
...@@ -50,7 +50,7 @@ Semaine 3 ...@@ -50,7 +50,7 @@ Semaine 3
<td> <td>
* Point flottant, portée des variables, initialisation, tableaux fixes * Point flottant, portée des variables, initialisation, tableaux fixes
* Mots clés: static, void, float, double, else, do/while, \[\], Math * Mots clés: static, void, float, double, else, \[\], Math
* Livre CS: 29-36, 62-65, 191-197 * Livre CS: 29-36, 62-65, 191-197
</td> </td>
</tr> </tr>
...@@ -64,7 +64,7 @@ Semaine 4 ...@@ -64,7 +64,7 @@ Semaine 4
<td> <td>
* Fonctions (suite), entrée-sorties (base), constantes, tableau dynamiques * Fonctions (suite), entrée-sorties (base), constantes, tableau dynamiques
* Mots clés: new, Clavier, final, switch/case * Mots clés: new, Clavier, final, switch/case, do/while
* Livre CS: 65-80, 90-100, 126-136, 198-201 * Livre CS: 65-80, 90-100, 126-136, 198-201
* Remise TP1, présentation TP2 * Remise TP1, présentation TP2
</td> </td>
... ...
......