4.2 NASCAR
4.2 NASCAR
For this program you will be solving for various variables in the Vmax banked angle equation.
INPUTS:
A user will enter four variables: Angle (deg), Radius (m), Coefficient (µ) and Velocity (mph).
For one of the variables a "?" mark will be entered to determine what the user wants to solve for.
OUTPUTS:
A print statement showing the answer for the variable we were trying to solve.
CRITERIA & CONSTRAINTS:
Your program should have an impressive interface. (colors and graphics)
Specify in what units the user is entering data.
If no "?" mark is entered print out a statement like, "Nothing to solve for?".
For this program you can re-use a lot of code from the Acceleration Equation Solver program so no Pseudocode will be given here.