Ok, say I have
How can I display how many digits there are before (3 in this case) and after the decimal point (3 in this case)?
Can we possibly use the DecimalFormat class to do this?
If so, how please?
Thank you.
y = 101.333;
How can I display how many digits there are before (3 in this case) and after the decimal point (3 in this case)?
Can we possibly use the DecimalFormat class to do this?
If so, how please?
Thank you.