The purpose of this skill is to solve basic projectile motion problems. It has two different types of problems that it solves. For every path, you can solve the problem on any planet in the solar system. If you would like to throw an object and have it hit a target, the skill will output the angles at which to hit the target. The user will input: 1. x coordinate of the target 2. y coordinate of the target 3. velocity of the throw If you throw an object and want it to return to the same height, there are three different outputs by the skill. If you want to find the horizontal distance, you must input: 1. The velocity of the throw 2. The angle above the horizontal If you want to find the angle of the throw, you must input: 1. The velocity of the throw 2. The horizontal distance traveled If you want to find the velocity of the throw, you must input: 1. The angle above the horizontal 2. The horizontal distance traveled