Search:

Type: Posts; User: copeg

Search: Search took 0.12 seconds.

  1. Replies
    15
    Views
    10,597

    [SOLVED] Re: How To Increment Array Elements

    See the API for PrintStream ( PrintStream (Java Platform SE 6) ), which is what System.out refers to. You use the method println which includes a new line separator, there are other methods (such as...
  2. Replies
    15
    Views
    10,597

    [SOLVED] Re: How To Increment Array Elements

    Think about how that code runs...in particular how incrementing i from within the loop affects the output. Also remember that a char can be cast to an int which is the ascii value of the character,...
Results 1 to 2 of 2