Project 15: Arc Length to Sector Area

The arc above extends a central angle of 120 degrees and is 6.28 feet.  The area of the sector is 9.42 sq. feet.

Project 15: Variables 'arcLength' and 'angle' have been initialized

angle represents a central angle of a circle

arcLength represents the length of the arc that extends the given angle

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

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