|
Need help with println
Hi is it possible to print a double with a precision of 16 digits after the decimal with System.out.println???Or do I have to use System.out.format???
And before someone says use the .format,I don't want to use it since it's for an exercise and others have used this method too.So I'd like to use the .println,if possible.If not I'll use the other.
Thx in advance,Nick
|