Find Jobs
Hire Freelancers

I ONLY need the Java part of the assignment completed

$10-30 USD

In Progress
Posted about 6 years ago

$10-30 USD

Paid on delivery
I have already completed the second part with the UML diagrams. I started part one with the circle here is my code for reference. //[login to view URL] /** * circle class extended the GeometricObject * @author <jessetuckey> * */ public class Circle extends GeometricObject{ //given private variables private double x,y; private double radius; //constructor with no args public Circle() { this.x=0; this.y=0; this.radius=1.0; } //constructor with args public Circle(double _x,double _y,double _r) { this.x=_x; this.y=_y; this.radius=_r; } //getter for variables public double getX() { return x; } public double getY() { return y; } public double getRadius() { return radius; } //overriden method for area and perimeter @Override public double getArea() { return 3.14 * (radius * radius); } @Override public double getPerimeter() { return 2 * 3.14 * radius; } public String toString() { return "Circle \nx = "+x+"\ny = "+y+"\nradius = "+radius; } } //I have completed the test class as below: //[login to view URL] class Test { public static void main(String[] args) { GeometricObject gObjectArray [] = new GeometricObject [4]; //created object of triangle and circle gObjectArray[0] = new Triangle(9,5,7); gObjectArray[1]=new Triangle(); gObjectArray[2]=new Circle(); gObjectArray[3]=new Circle(2,4,7); //using loop calling the below print method for(int i=0;i<[login to view URL];i++) { [login to view URL](gObjectArray[i]); printAreaAndPerimeter(gObjectArray[i]); } } //completed the method for printing area and perimeter private static void printAreaAndPerimeter(GeometricObject gObject) { [login to view URL]("Area : "+[login to view URL]()); [login to view URL]("Perimeter : "+[login to view URL]()); [login to view URL](); } } //OUTPUT Attachments area
Project ID: 16396907

About the project

17 proposals
Remote project
Active 6 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
17 freelancers are bidding on average $32 USD for this job
User Avatar
Hi there, I went through the requirements and I would like to do this project if given the opportunity. Let me know if you are interested.
$30 USD in 1 day
4.9 (1558 reviews)
8.0
8.0
User Avatar
$50 USD in 1 day
4.9 (439 reviews)
7.4
7.4
User Avatar
Hello. How are you . I have read and understood this task. I have strong knowledge in Data structures, Algorithms Design, Computer Architecture. And I'm expert in Java, JavaFX ,C/C++,C#, Python ,PHP etc. I'm interested in this project. Please send me a message so that we can discuss more. Then I'll be happy. I wait for your good reply. Thanks.
$30 USD in 1 day
4.9 (249 reviews)
6.8
6.8
User Avatar
Hey A Java expert developer is here I have good advanced expertise in Java and Javafx I can help you in your assignment Feel Free to message me We can discuss about the details in chat Regards
$20 USD in 0 day
4.9 (231 reviews)
6.8
6.8
User Avatar
Hello I will implement all the classes (Circle, Triangle, Rectangle, Square, etc.) as well as taking screen shots of results for you. You will have all you need to submit to the Black board. Regards
$25 USD in 1 day
5.0 (107 reviews)
6.0
6.0
User Avatar
Hello i've read the specifications PDF and I Can deliver before the due date contact me for details
$30 USD in 1 day
4.8 (47 reviews)
5.6
5.6
User Avatar
Hi there, I can finish the job within few hours! I'd like to introduce my self below: I have a bachelor’s degree in Information System and Software Engineering & 6+ years in Java; Object-oriented programming, analysis & design; design patterns, data structures, algorithms, concurrency, and testing are my key skills. I am passionate in solving problem and optimizing system. Satisfied customers is my key strategy. Have a great day. Hope I can help! Sincerely, Ryan
$23 USD in 1 day
5.0 (37 reviews)
4.8
4.8
User Avatar
Hi, I am a Java developer and I can help you complete the Java task today. I have good reviews to testify of my expertise. I await your response
$25 USD in 1 day
5.0 (33 reviews)
4.3
4.3
User Avatar
Dear sir I would like to tell you I am a java expert I've done many java projects with high quality. I will do my best on this job Thank you for your kind reply.
$25 USD in 1 day
4.9 (13 reviews)
3.5
3.5
User Avatar
Required : java and design pattern Great knowledge of java as well as design pattern and It gonna be completed using these two. regards vivek
$23 USD in 1 day
0.0 (0 reviews)
0.0
0.0
User Avatar
Let’s chat and discuss about price and work. 12 years experience in same filed you will get 100% correct work. No need to pay upfront money first check work quality and if you satisfied then pay.
$25 USD in 1 day
0.0 (0 reviews)
0.0
0.0
User Avatar
Hello I can help you with this. I will provide a very high quality solution for you. I am a Java trainer and I know exactly what you need for such problems Thanks.
$20 USD in 1 day
0.0 (0 reviews)
0.0
0.0
User Avatar
A proposal has not yet been provided
$25 USD in 1 day
0.0 (0 reviews)
0.0
0.0

About the client

Flag of KENYA
Nairobi, Kenya
5.0
8
Member since Apr 14, 2017

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.