Three different colored drones are each flying at a different velocity and location away from their home takeoff point. The map below shows the situation.
The xy-coordinates are locations measured in meters from the 0,0 home position, and the drones’ velocities are measured in meters per second (m/s).
You need to determine how long it will take each drone to fly home given their respective velocities.
Use the provided code shell below and build a console program:
Create a class named MyDrone to represent drones. The required data fields are number of rotors, velocity, x coordinate location, y coordinate location, and a String for color. Use a static class variable for color. You will need to provide the class method implementation for the properties and a method getTimeToHome() for computing the number of seconds it will take each drone to fly home from its given position. This will require two calculations. First, you’ll need to determine how far from home the drone is. This is done with the below formula:
Once you know the distance from home, you can determine how long it will take to fly there by dividing that distance by the drone’s velocity. Return that time from your getTimeToHome() method.
The outline of the class is given as follows:
Write the code in main to create three MyDrone objects. Assign each drone the following paramters:
Drone 1: 4 rotors, 5 m/s velocity, at x 50, y 50, red
Drone 2: 6 rotors 12 m/s velocity, at x -45, y 25, green
Drone 3: 8 rotors 10 m/s velocity, at x 10, y -55, blue
Drone 1 should be created using the empty constructor, while Drones 2 and 3 should use the constructor requiring parameters. Display all properties of each objects along with the time it will take each to fly home. Format the time so that it displays only two decimals. Format the output for your three drones so that it looks like the below example (which only shows 2, but you get the idea – and, no, it doesn’t have to be green text):
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.
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 moreEach 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 moreThanks 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 moreYour 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 moreBy 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