| Author |
number format question
|
Rauhl Roy
Ranch Hand
Joined: Aug 01, 2006
Posts: 401
|
|
may i know what should i do if i want print 0 as 0000 and 11 as 0011 999 as 0999... it seems int a =0000 prints only 0 not the one i want.
please let me know how to format these number and let me know if there is any method to accomplish this task.
|
 |
Jonas Isberg
Ranch Hand
Joined: Mar 18, 2003
Posts: 118
|
|
|
I suggest you take a look at the java.util.Formatter class.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32830
|
|
Agree, but you will probably find this Java™ Tutorials page easier to understand.
|
 |
 |
|
|
subject: number format question
|
|
|