1... 2... 3... STAFF
-
int nouveau_chiffre = 0; int dernier_nombre() { while (nouveau_chiffre < chiffre_actuel) nouveau_chiffre++; return nouveau_chiffre; } // Out: 2
-
#03
-
petard xD c’est moi qui a tout relancer ou quoi mdr
int a = 3;
a++;
Sysout(a);Console :
4 -
public static final int VALEUR = 5; System.out.println(VALEUR); // Out : 5
public: static const int VALEUR(5); cout << VALEUR << endl; // Out : 5
const VALEUR = 5; console.log(VALEUR);
def VALEUR(): # il n'existe pas de constante en python donc je ruse return 5 # c'est une méthode sinon on écrirait VALEUR = 5 print(VALEUR()) # Out : 5
<?php final $VALEUR = 5; echo VALEUR; // Out dans le HTML : 5 ?>
const VALEUR: Int = 5; println(VALEUR); // Out : 5
<je pense qu’il y a assez de langages :rofl:
-
6…
-
siete
-
ocho (= eight)
-
1+1=9
-
dix
-
10+1 = …
12 ?
ah oui 11
pardon :rofl: