Formtage complexe: Exemple %d %(d %05d %+d February 6, 2013 Author: user {filelink=6017} public class FormatComplexe{ public static void main(String args[]) { System.out.printf("%d %(d %05d %+d", 4, -3, 20, 3); } } // Categories: Uncategorized