Search:

Type: Posts; User: Macgrubber

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,165

    Re: aligning help

    it doesnt work because if a number with 1 digit comes up then the alignment will be all messed up... :( need help my instructor specifically told us to watch out for the alignments...

    i think its...
  2. Replies
    3
    Views
    1,165

    aligning help

    System.out.print("\nList 2 : ");
    for (i = 0 ; i<list.length ; i++){
    list2 [i] =(int)(99*Math.random()+1);
    System.out.printf(list2[i], " %2d");
    }


    i have this code... i want to align...
Results 1 to 2 of 2