Project 34: Solving Triangles (SAS)

Project 34: 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, 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