Question: this is a c++ program Program 5 1/ This program will output the circumference and area 1/ of the circle with a given radius. //

 this is a c++ program Program 5 1/ This program will
output the circumference and area 1/ of the circle with a given
this is a c++ program

Program 5 1/ This program will output the circumference and area 1/ of the circle with a given radius. // PLACE YOUR NAME HERE tinclude using namespace std; const double PI - 3.14: const double RADIUS - 5.4; int main() area // definition of area of circle float circumference; // definition of circumferenco circunference - 2 PI - RADIUS; computes circunference 1 1 computes are 11 Fill in the code for the cout statement that will output (with description) // the circumference // Fill in the code for the cout statement that will output (with description) W the area of the circle return 0; Fill in the blanks and the cout statements so that the output will produce the following: The circumference of the circle is 33.912 The area of the circle is 91.5624 Change the data type of circumference from float to int. Run the program and record the results. The circumference of the circle is ......... The area of the circle is

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!