Déclarer 1 tab à 2 dimensions en java ???
Résolu/Fermé
gom
Messages postés
2
Date d'inscription
samedi 23 novembre 2002
Statut
Membre
Dernière intervention
23 novembre 2002
-
23 nov. 2002 à 17:15
choubaka Messages postés 39404 Date d'inscription jeudi 4 avril 2002 Statut Modérateur Dernière intervention 21 novembre 2024 - 23 nov. 2002 à 21:29
choubaka Messages postés 39404 Date d'inscription jeudi 4 avril 2002 Statut Modérateur Dernière intervention 21 novembre 2024 - 23 nov. 2002 à 21:29
A voir également:
- Déclarer 1 tab à 2 dimensions en java ???
- Waptrick java football - Télécharger - Jeux vidéo
- Jeux java itel football - Télécharger - Jeux vidéo
- Java apk - Télécharger - Langages
- Word numéro de page 1/2 - Guide
- Java bible - Forum Téléchargement
1 réponse
choubaka
Messages postés
39404
Date d'inscription
jeudi 4 avril 2002
Statut
Modérateur
Dernière intervention
21 novembre 2024
2 102
23 nov. 2002 à 21:29
23 nov. 2002 à 21:29
salut salut salut
public static void main (String[] args){
int value = 1;
int[][] monTableau = new int[5][5];
for (int i = 0; i < 5; i++){
for(int j = 0; j < 5; j++){
monTableau[i][j] = value + i;
}
}
}
pliiize ;D
Choubanimal :
"Le poilu poilant au poil"
public static void main (String[] args){
int value = 1;
int[][] monTableau = new int[5][5];
for (int i = 0; i < 5; i++){
for(int j = 0; j < 5; j++){
monTableau[i][j] = value + i;
}
}
}
pliiize ;D
Choubanimal :
"Le poilu poilant au poil"