I got this homework in my computer science class I can't seem to get it can someone give me an idea how this will look please!
"Write a C++ program to display a table of values for angle α (in degrees) and
side C of the triangle shown below. A is given as 10, and B is given as 20. The length of side C can be calculated using
the law of cosines as shown below formulation. Use a for loop to calculate C as angle α varies from 0 to 90 degrees in 5
degree increments. The output should be a table of values for A, B, C, and α."