String nombre = "1200"; int resultat = Integer.parseInt(nombre); System.out.println("le résultat est : " + resultat);