Project 1: Converting Degrees to Radians

Degrees and radians are both ways to express angles on the unit circle.  Since 180 degrees and π radians are equivalent we can multiply values by π /180 or 180/π  because this expression is equal to 1.


Project 1: The variable 'degrees' has been initialized, which represents an angle measure on the unit circle in degrees.

Task: Appropriately initialize the value for 'radians' which represents the radian equivalent for 'degrees'.

Note: You can use the method PI(), which returns an estimate of pi to 12 digits, or you can use an estimate of 3.14159.

**If your code works for 5 test cases in a row, you can enter your e-mail address.