May be it's too simple question for u, but...
How can i print the number with only 3 digits after the point?
I mean... if I have "5.23916569" Print only " 5.239"
In Java, of course...
How can i print the number with only 3 digits after the point?
I mean... if I have "5.23916569" Print only " 5.239"
In Java, of course...
