Write a method called “CircleArea” that takes a radius as a parameter (radius is integer) and returns the area of the circle. Then call that method with radius = 5 and display the result. It is C# visual studio. Thanks