Project 35: Solving Triangles (ASA)

Project 35: Variables 'c', 'angleA' and 'angleB' 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, you can enter your e-mail address

Universal Computational Math Methods:

pow(5,2) returns 25.0

abs(-3.0) returns 3

sqrt(49.0) returns 7.0