ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 103 Weeks Ago, 4 Days Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 19 May 2017 My Price 8.00

Design a Java class named Polygon

please help me with this java project. it's due tomorrow night

 

1Homework 2Before attempting this project, be sure you have completed all of the reading assignments, hands-onlabs, discussions, and assignments to date.(25 points) Design a Java class named Polygon that contains:A private int data field named numSides that defines the number of sides of thepolygon. The default value should be 4.A private double data field named sideLength that defines the length of each side. Thedefault value should be 10.0.A private double data field named xCoord that defines the x-coordinate of the center ofthe polygon. The default value should be 0.0.A private double data field named yCoord that defines the y-coordinate of the center ofthe polygon. The default value should be 0.0.A private double data field named apothem that defines the apothem of the polygon.The default value should 5.0.A private double data filed named perimeter that defines the perimeter of the polygon.The default value should 20.0.A no argument constructor that creates a Polygon using the default number of sides,default side length, default x- and y-coordinates, and the default apothem.A constructor that creates a Polygon using a specified number of sides, side length, x-and y-coordinates and theapothemA getArea() method that returns a double value representing the area of the polygon.(Note the area of a regular Polgon can be calculated from ½ * Apothem*Perimeter)Getter and setter methods for all data fieldsA toString() method that displays the number of sides, side length, x-coordinate, y-coordinate and apothem values in String formatBe sure your code compiles.Next, write a Java test program, named TestPolygon, to create five different polygons. Whencreating the five polygons, create one using the no argument constructor. For the remaining four,feel free to use any number of sides, side length and x-, and y-coordinates and apothem that are notequal to the default values and not equal to each other. For each of the five polygons, call all of themethods and display the results.For example for a Polygon with 3 sides, side length of 2.0 and x-coordinate and y-coordinates of 1.0, and apothem of 1.0 the following output may result:toString() results: (numsides=3, sideLength=2.0,xcoord=1.0,ycoord=1.0, apothem=1.0)getNumSides() results: 3getSideLength() results: 2.0getXCoord() results: 1.0getYCoord() results: 1.0getApothem() results:1.0getPerimeter() results: 6.0getArea() results: 3.0setNumSides(4) results: 4

Attachments:

Answers

(11)
Status NEW Posted 19 May 2017 06:05 AM My Price 8.00

-----------

Attachments

file 1495176366-Solutions file 2.docx preview (51 words )
H-----------ell-----------o S-----------ir/-----------Mad-----------am ----------- Th-----------ank----------- yo-----------u f-----------or -----------you-----------r i-----------nte-----------res-----------t a-----------nd -----------buy-----------ing----------- my----------- po-----------ste-----------d s-----------olu-----------tio-----------n. -----------Ple-----------ase----------- pi-----------ng -----------me -----------on -----------cha-----------t I----------- am----------- on-----------lin-----------e o-----------r i-----------nbo-----------x m-----------e a----------- me-----------ssa-----------ge -----------I w-----------ill----------- be----------- qu-----------ick-----------ly -----------onl-----------ine----------- an-----------d g-----------ive----------- yo-----------u e-----------xac-----------t f-----------ile----------- an-----------d t-----------he -----------sam-----------e f-----------ile----------- is----------- al-----------so -----------sen-----------t t-----------o y-----------our----------- em-----------ail----------- th-----------at -----------is -----------reg-----------ist-----------ere-----------d o-----------n -----------THI-----------S W-----------EBS-----------ITE-----------. ----------- Th-----------ank----------- yo-----------u -----------
Not Rated(0)