Differences

This shows you the differences between two versions of the page.

Link to this comparison view

alf:laboratoare:00_fr_java [2023/02/26 21:01]
cristiana.andrei [Excercices]
alf:laboratoare:00_fr_java [2023/02/27 15:44] (current)
cristiana.andrei [Types de données]
Line 2: Line 2:
 ====== Assignment ====== ====== Assignment ======
 <note warning> <note warning>
-Vous devez accepter l'​assignment d'ici est travailler avec ce repository: [[https://​classroom.github.com/​a/​V1byQmOG|Lab0]]+Vous devez **accepter** l'​assignment d'ici est travailler avec ce **repository**: [[https://​classroom.github.com/​a/​V1byQmOG|Lab0]]
 </​note>​ </​note>​
 ===== Documentation ===== ===== Documentation =====
Line 41: Line 41:
   * **array**: liste de valeurs ayant le meme type et une taille fixe   * **array**: liste de valeurs ayant le meme type et une taille fixe
        <​code java>        <​code java>
-          int[] numbers = [1, 2, 3]+          int[] numbers = {1, 2, 3}
-          String[] words = ["​some",​ "​strings",​ "​here"​];+          String[] words = {"​some",​ "​strings",​ "​here"​};
        </​code>​        </​code>​
   * **enums**: Un type spécial de classe qui représente un groupe des constantes   * **enums**: Un type spécial de classe qui représente un groupe des constantes
alf/laboratoare/00_fr_java.1677438079.txt.gz · Last modified: 2023/02/26 21:01 by cristiana.andrei
CC Attribution-Share Alike 3.0 Unported
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0