Question: 09.04 Assignment Instructions (Catapult -A-Cantaloupe ) Instructions : Write a program to calculate the trajectory of a projectile based on launch angles and launch velocities

09.04 Assignment Instructions (Catapult -A-Cantaloupe ) Instructions : Write a program to calculate the trajectory of a projectile based on launch angles and launch velocities . Create a new project called 09.04 Catapult Contest in the Mod09 Assignments folder . 2 Create a CatapultTester and a Catapult class in the newly created project folder . 3 Review the information about calculating projectile trajectories in the 09.04 Virtual Lecture Notes . 4 Work out several answers with pencil , paper , and calculator first , before attempting to write the program 5 You will need to study the toRadians ( ) and the sin ( ) methods in the Java API for the Math class . 6 Calculate the distance an object can be catapulted for at least six launch angles and seven launch speeds (see expected output ). Store your data in a two dimensional array . Expected Output : When your program runs correctly , the format of the output table should resemble the following , but with the appropriate data for each row and column . You may use appropriate angles and
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
