fork download
  1. class Ideone
  2. {
  3.  
  4. public static void main(String args[]) {
  5. System.out.println(String.format("%8.2f", 846.0));
  6. System.out.println(String.format("%8.2f", 42.4));
  7. }
  8. }
Success #stdin #stdout 0.08s 380224KB
stdin
Standard input is empty
stdout
  846.00
   42.40