Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    10
    Views
    1,583

    Re: Need help with pie charts locations

    Methods do not HOLD values.
    Use the Point class if you want something to hold the values of x & y
  2. Replies
    10
    Views
    1,583

    Re: Need help with pie charts locations

    Please explain what you want the getCenterPoint method to do. What parameters does it need, what values will it compute and what will it return.
  3. Replies
    10
    Views
    1,583

    Re: Need help with pie charts locations

    The method only returns one int, not two ints. It either returns x or it returns y, not both.
    Can you describe the steps the method should take to compute values and what value(s) it should return?...
  4. Replies
    10
    Views
    1,583

    Re: Need help with pie charts locations

    The return x1 inside the loop will end the loop immediately.
    The getCenterPoint() method returns an int value. Does a point have two values: x & y How is one int value a point?

    Please describe...
  5. Replies
    10
    Views
    1,583

    Re: Need help with pie charts locations

    What code are you having problems with? Please post the code and your questions.
Results 1 to 5 of 5