The following formula is used to calculate the priton ratio of a product manufactured by the company M.R and Associates Ltd.
priton ratio = $\sqrt{\frac{t^2}{2g}} - b^2 \cos(\theta)$
where $g = 9.8$ and $\theta$ is in degrees.
You are required to write a C program which will be used by employees in the research and development department to determine the safety levels of their products.
Your program must accept from the user as input $t$ and $b$ and $\theta$.
Remember that in a C program, trigonometric functions accept angles in radians and $\pi$ radians = $180^\circ$.