#18 Write the code for a method named findAreaOfCircle that…
#18 Write the code for a method named findAreaOfCircle that is public, static and receives one input parameter named radius of type double and returns a double. This method calculates the area of a circle for the provided radius and then returns the result of this calculation. Be sure to write the method header and the method body. The formula for area of a circle is the following: area =