Search:

Type: Posts; User: Kattracks32

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    2,181

    Re: "%10.2f" Formatting

    Worked Great!
    Thanks
  2. Replies
    7
    Views
    2,181

    Re: "%10.2f" Formatting

    // Define average and assign a value
    double averageScore = (photographer1 + photographer2 + photographer3) / 3;
    String.format("%10.2f", 12.22); // I added it here, but it made...
  3. Replies
    7
    Views
    2,181

    Re: "%10.2f" Formatting

    okay...I have no idea how to do that, or where to put it.
    :-?
  4. Replies
    7
    Views
    2,181

    "%10.2f" Formatting

    I am trying to run a program for my class where I have to have the average computed and the teacher wants to see 2 numbers past the decimal point. I know what I need to add, however I have no idea...
Results 1 to 4 of 4