I need the following number format in java:
long a=5000;
Expected output is :
50,00
if
long a = 25624;
Expected output is : 256,24
long a = 614324;
Expected output is
6143,24
How can I get this in java?
|
I need the following number format in java:
Expected output is :
if
Expected output is :
Expected output is
How can I get this in java? |
|||||||||||||
|
|
|||
|
|
|
|||||||
|