Formtage complexe: Exemple %d %(d %05d %+d

Author:


{filelink=6017}

public class FormatComplexe{
  public static void main(String args[]) {
    System.out.printf("%d %(d %05d %+d", 4, -3, 20, 3);

  }
}
//

Leave a Reply

Your email address will not be published. Required fields are marked *