โ Back to Classes
Question 427
Circle Area Class
Circle Area Class
Create a classCirclewith a constructor that stores a radius and anArea()method that returns the circle's area (pi times radius squared). The tester prints the area rounded to 2 decimal places. Do not write aMainmethod. For aCirclewith radius 2 the program prints: 12.57
Expected Output:
12.57
Topics:
Classes
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.