Project 6: Solving Triangles (SAS)

Project 6: Variables 'a', 'b' and 'angleC' have been initialized.  These values represent two side lengths and the included angle of a triangle as shown above.  There are also the following methods:

cosine(x) 

sine(x) 

tangent(x)

cosineInverse(x)

sineInverse(x)

tangentInverse(x)

a represents the length of side a

b represents the length of side b

angleC represents the angle measure of angle C

Task: Appropriately initialize the values of 'c', 'angleA', 'angleB'

**If your code works for 5 test cases in a row, you can enter your e-mail address.