Search:

Type: Posts; User: jprg12

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    967

    Re: Not sure how to use DecimalFormat class

    Thanks! I didn't understand at first but I got it eventually. I was able to make my program better.
  2. Replies
    4
    Views
    967

    Re: Not sure how to use DecimalFormat class

    Well the instructions are: the software shall calculate and display the average of the test scores as the final grade. This score is to be displayed to one decimal place using the DecimalFormat...
  3. Replies
    4
    Views
    967

    Not sure how to use DecimalFormat class

    Does it need an output statement or something? If so where do i put it?
    package gradebook;


    import javax.swing.JOptionPane;
    import java.text.DecimalFormat;
    public class reportcard {
    public...
Results 1 to 3 of 3