Search:

Type: Posts; User: dpek

Search: Search took 0.08 seconds.

  1. Thread: Tabbing columns

    by dpek
    Replies
    4
    Views
    1,693

    [SOLVED] Re: Tabbing columns

    I'm not quite sure how you can "jack up" the plus signs, but just "remember that " + " concatenates two strings, in general."

    So, did it work for you? P: (Don't forget to mark the thread as solved...
  2. Thread: Tabbing columns

    by dpek
    Replies
    4
    Views
    1,693

    [SOLVED] Re: Tabbing columns

    None of your "\t"s are in quotes. "\t" only works when it's part of a string. Your println statement should look like this:

    System.out.println( n+"\t" + n*n+"\t" + n*n*n );
Results 1 to 2 of 2