Elizabeth G.

asked • 01/25/23

Cos Finder C++ (Simpler the better!)

Read in an angle in degrees and the length of the adjacent side to that angle in a right triangle (both as doubles). Print the length of the hypotenuse of the triangle.


Use the formula hypotenuse = adjacent / cos(angle) to calculate.

Don't forget to convert degrees to radians before using cos. Use 3.14159 for PI


Given Code:

#include <iostream>


Don't forget math library!


using namespace std;


int main()

{

//YOUR_CODE

}


Expected Output:

2.82843

3.5539

1 Expert Answer

By:

David T. answered • 01/30/23

Tutor
New to Wyzant

Qualified Computer Science Guru

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.