Search:

Type: Posts; User: drgy55

Search: Search took 0.29 seconds.

  1. Re: Help needed with reversing numbers entered (in Java).

    ^This would be a true reversal of the array
  2. Re: Help needed with reversing numbers entered (in Java).

    Hey Knowledge, it looks like the problem you're having is that your final System.out.println is printing out the variable "i" rather than the value of revNumbers[i]. You will also want to change your...
Results 1 to 2 of 2