Project 21: Absolute Value of Complex Number

The absolute value (or modulus) of a complex number is defined as the distance from the origin on the complex plane.  In the example shown above, 3 - 4i is 5 units from the origin on the complex plane.

Project 21: Variables 'a' and 'b' have been initialized.  

a represents the real part of a complex number (3 in the example above)

b represents the imaginary part of a complex number (-4 in the example above)

Task: Appropriately initialize the value of 'absoluteValue' that represents the absolute value (modulus) of the complex number.

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