07-10-2012, 10:53 PM
That's right! Now all you need to do is import the libraries!
Add that to the very top of your code and you should be good!
Code:
import java.math.RoundingMode;
import java.text.DecimalFormat;
import java.text.NumberFormat;
Add that to the very top of your code and you should be good!