Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.18 seconds.

  1. Replies
    9
    Views
    1,502

    [SOLVED] Re: Rock Paper Scissors issue

    I was trying to give OP a nudge in the right direction so he could figure it out. Simply posting the code solution isn't always the best way to help somebody learn.
  2. Replies
    9
    Views
    1,502

    [SOLVED] Re: Rock Paper Scissors issue

    Well, the error says it all. Your pChoice variable is an int. You're trying to compare it to a String. That's not going to work.

    Hint: You also seem to ignore your pInput variable.
  3. Replies
    9
    Views
    1,502

    [SOLVED] Re: Rock Paper Scissors issue

    What error are you receiving?
Results 1 to 3 of 3