Challenge 2: Calculate Sine, Cosine, and Tangent of User Input
In this challenge, you are required to calculate the sine, cosine, and tangent of variable x.
We'll cover the following...
Problem Statement
Use the calculateSinCosTan()
function; it takes a number x
as a parameter and shows the result of ...