Probleme dans mon programme besoin d'aide

Fermé
Alex - 5 oct. 2006 à 14:58
 arth - 5 oct. 2006 à 18:41
/*
* Main.java
*
* Created on 20 septembre 2006, 17:12
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/

package javaapplication1;
import java.io.*;
/**
*
* @author 3045-2006
*/

public class Main {

/** Creates a new instance of Main */
public Main() {

}

/**
* @param args the command line arguments
*/

public static void main(String[] args) {
// TODO code application logic here
int nomb;
System.out.println ("bonjour");
System.out.println("tapez un nombre de 1 a 3");


int nomb =System.in.read () ;

switch (nomb){

case 1 :
System.out.println("salut");
break;
case 2 :
System.out.println("ca va");
break;
case 3 :
System.out.println("foutu");
break;
}
}

}

2 réponses

Ssylvainsab Messages postés 2884 Date d'inscription samedi 29 juillet 2006 Statut Modérateur Dernière intervention 15 août 2020 825
5 oct. 2006 à 18:35
Manquants :
-Bonjour
-Au revoir
-Diverses autres formules de politesse
-explication du problème
0
Je connais la solution mais bon a force de tout faire aux gens ...
0