Project 14: Area to Circumference

The circle above has an area of 31.9 sq. inches.  This means the circumference should be about 20 inches.

Project 14: Variable 'area' has been initialized.

area represents the area of a circle in squared units.

Task: Initialize the appropriate value for 'circumference' that represents the circumference of the circle.

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