Project 12: Sector Area

For the circle above, the radius (distance from the center to any point on the circle) is 6 cm and the central angle is 120 degrees.  The area of the indicated sector is about 37.7 cm squared.  Think about how this would be solved to complete the project below.


Project 12: Variables 'r' and 'angle' have been initialized.  

r represents the radius of a circle

angle represents a central angle of the circle

Task: Initialize the appropriate value for 'sectorArea' that represents the area of the sector that extends the central angle given.

**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