The program that you’re writing will be graded on it’s ability to do the follow.
- Questions that you should ask the user.
- Ask for Velocity Initial
- Ask for launch angle
- Ask for launch height
- Display the following:
- Component velocities
Vix and Viy - Time the projectile hits the ground
Bonus points if you can eliminate the negative time! - The distance the projectile travels
- Component velocities
- Style points for:
- Using human readable variables
- Commenting your code
This project is due on Nov 25.