Question: Write a program that calculates the area of a circle (call it CArea). The formula for the area of a circle is: Area = pi
Write a program that calculates the area of a circle (call it CArea). The formula for the area of a circle is:
Area = pi * r2
The radius for this circle initialize to 8. Make pi a float variable, a constant; the constant should be 3.141. The program should state the following:
The area of a circle with radius __ is __.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
