Search:

Type: Posts; User: jetset222

Search: Search took 0.17 seconds.

  1. Re: Need help determining if number is a palindrome using an array!

    Thanks for the suggestions but I am not sure how to use those operators. Thanks again though.
  2. Re: Need help determining if number is a palindrome using an array!

    Thanks for your reply. Sorry, this is my first java course. What do you mean by stripping off each power of ten?
  3. Need help determining if number is a palindrome using an array!

    I have:



    public static void main(String[] args) {
    while (true) {
    display(check(retrieveInput()));
    }
    }
Results 1 to 3 of 3