You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a Circle class with a constructor for the radius and a GetArea() method to calculate the area using Math.PI. I then calculated the area for circles with radii 5 and 6.