Search results

  1. S

    Java integer comparison method, value by value?

    I am doing a mastermind game in java using random integers. I am having difficulty with this method: comparing the secret code with the guess code and returning the number of matched numbers... how to do it? I have tried to use Integer.to.String and then comparing char by char with a while, yet...
Back
Top