#18 Write the code for a method named findAreaOfCircle that…

Questions

#18 Write the cоde fоr а methоd nаmed findAreаOfCircle 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 =