Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Re: Basic Java Calculating Cumulative Score - Hangman Help

    Initialize it only one time before any iterations/loops, not every time a new iteration starts.

    See...
  2. Re: Basic Java Calculating Cumulative Score - Hangman Help

    Usually you use a variable to accumulate a value.
    Define a variable that is saved over the life of the execution of the code and add the scores to it.
Results 1 to 2 of 2