← Back

Code Challenge 1.11 - Circle Area Calculator


Objective

Create a console application that calculates the area of a circle based on user input for the radius.

Skills to Practice

Challenge Tasks

Sample Output

--- Circle Area Calculator ---
Enter the radius of the circle: 5
The area of the circle is 78.54