Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Re: HELP? Rock paper scissors lizard spock game. Just need 1 last piece, can you help me?

    Make errorCount an array and use the round number as the index.
    For the first round add to errorCount[0]
    for the second round add to errorCount[1]
    etc

    When posting code please wrap your code...
  2. Re: HELP? Rock paper scissors lizard spock game. Just need 1 last piece, can you help me?

    Would saving the errorCount in an array (or arraylist) with the index being the round do the job?
Results 1 to 2 of 2