Write a simple class named circle, with a single instance variable: a

Write a simple class named circle, with a single instance variable: a double named x, y and radius. Use GUI components to read any input used to initialize your circles (x, y, r). Your class should have member functions with the following signatures.

  1. void setRadius(double r)
  2. void setX(double value)
  3. void setY(double value)
  4. double getRadius()
  5. double getX()
  6. double getY()
  7. double getArea()
  8. bool containsPoint(double xValue, double yValue)

When you are calculating the area you can use 3.14 for pi. The formula will be radius * radius * 3.14.

You can determine whether or not a point is in a circle by calculating the distance from the center of the circle (its x and y coordinates) to the point.  If this distance is less than or equal to the radius then the point is inside the circle. (calculate distance between two points)

Write a main function that tests your class. It should instantiate a number of circle objects with different radius values. It should report any results using GUI components.  You should test all three member functions until you are confident that they work.  For practice, make sure you try each of the following:

  1. Create a local circle object and set its x, y, and radius. Verify that it’s area is calculated correctly.
  2. Create a circle reference variable, and point it at a dynamically instantiated circle. Use the pointer to set it’s x, y, and radius values
  3. Create a local array of three circles. Test the member functions on one of the elements.
  4. Dynamically instantiate an array of three circles. Test the member functions on one of the elements.







Calculate Your Essay Price
(550 words)

Approximate price: $22

Calculate the price of your order

550 words
We'll send you the first draft for approval by September 11, 2018 at 10:52 AM
Total price:
$26
The price is based on these factors:
Academic level
Number of pages
Urgency
Basic features
  • Free title page and bibliography
  • Unlimited revisions
  • Plagiarism-free guarantee
  • Money-back guarantee
  • 24/7 support
On-demand options
  • Writer’s samples
  • Part-by-part delivery
  • Overnight delivery
  • Copies of used sources
  • Expert Proofreading
Paper format
  • 275 words per page
  • 12 pt Arial/Times New Roman
  • Double line spacing
  • Any citation style (APA, MLA, Chicago/Turabian, Harvard)

Our guarantees

Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.

Money-back guarantee

You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.

Read more

Zero-plagiarism guarantee

Each paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.

Read more

Free-revision policy

Thanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.

Read more

Privacy policy

Your email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.

Read more

Fair-cooperation guarantee

By sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.

Read more

Order your essay today and save 10% with the coupon code: best10