Search:

Type: Posts; User: ineedahero

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    990

    Re: Printf syntax woes

    Okay, I figured out how to make it left-aligned and it actually looks like how I want it to be. Couldn't find anything on center-alignment...it seems really esoteric. But it doesn't matter-...
  2. Replies
    2
    Views
    990

    Printf syntax woes

    I have this line of code:


    System.out.printf("%8.1f", solutions[i][j]);

    Where solutions is a two-dimensional array. This is within a nested for loop, but don't worry about all of that. This...
Results 1 to 2 of 2