Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Thread: dice game problem

    by Norm
    Replies
    4
    Views
    2,398

    Re: dice game problem

    Define the variables at the levels within the {}s where they are going to be used.
    If different methods need to access them, define them at the class level.
    If they are only used in a method,...
  2. Thread: dice game problem

    by Norm
    Replies
    4
    Views
    2,398

    Re: dice game problem

    Several of the cannot find symbol errors are because the named variable's definition is not in scope where you are trying to use it. Move the variable's definition so that it is within the same pair...
Results 1 to 2 of 2