Create a console application that calculates the area of a circle based on user input for the radius.
1--- Circle Area Calculator ---2Enter the radius of the circle: 5 [Enter]3The area of the circle is 78.54