Project 7: Solving Triangles (ASA)

Project 7: Variables 'c', 'angleA' and 'angle B' have been initialized.  These values represent two angle measures and the included side of a triangle as shown above.  There are also the following methods:

cosine(x) 

sine(x) 

tangent(x)

cosineInverse(x)

sineInverse(x)

tangentInverse(x)

c represents the length of side c

angleA represents the angle measure of angle A

angleB represents the angle measure of angle B

Task: Appropriately initialize the values of 'a', 'b', 'angleC'

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