Le jeu de la présence
-
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////8////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////// -
9(&)
-
Ten
-
-
12euh
-
13*EUH*
-
14 .
-
15…
-
(cette fois en java)
byte n=0; -
byte n2=1 -
public class Main { public static void main(String[]a) { System.out.println(2); } } -
public class Main { public static void main(String[] args) { int n = 2 float n2 = 1.5 int result = n * n2 if (result == 3){ System.out.println(result) } else { System.out.println("Apprends à compter !") } } }En Console :
3 -
public static final int QUATRE = 4;
-
private synchronized int five = 5:
-
private int number = 6; -
double seven = 7D
EDIT : ca existe la 7d ?

-
double eight = 8D -
0x09 -
String str = "10"; -
public static final String str = "11";