Méthode ‘printf’: Afficher seulement deux chiffres après la virgule October 5, 2012 Author: user {filelink=6037} public class DeuxAprVir { public static void main(String[] argv) throws Exception { System.out.printf("Deux chiffre apr�s la virgule: %.2f", 3.5 / 1.); } } //Deux chiffre apr�s la virgule Categories: Uncategorized