Write a program that reads a radius R and calculates the area of a circle with a given radius.
Use this formula: .
Where – an area of a circle, is 3.1415, and – the radius of the circle.
Input: one number of type Int.
Output: one real number.
Do not format or round your result. Use the given value of .