Search:

Type: Posts; User: jocdrew21

Search: Search took 0.12 seconds.

  1. Re: My program is not displaying the answer :(

    Yes cornix is correct wrong terminology....
  2. Re: My program is not displaying the answer :(

    in your getter method you just declared another variable but assigned it a double, and your global variable were a float. If you do something like


    private double sales;

    This is a global...
  3. Re: My program is not displaying the answer :(

    sorry.....
  4. Re: My program is not displaying the answer :(

    *** code removed


    You were not putting displaySales() in your try statement, you were not setting your global variables once your radio buttons were selected, you were just creating another...
Results 1 to 4 of 4