vh007 vh007 13-12-2022 Computers and Technology contestada 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