This program calculates the area of an circle Enter the radius of the circle: 3 The area is 28.2743

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter3: Assignment, Formatting, And Interactive Input
Section3.6: A Case Study: Acid Rain
Problem 2E: (General math) The value of p can be approximated by this series: 4(113+1517+....) Using this...
icon
Related questions
Question

Identify the blank program code to generate an output in C++ thank you so much

This program calculates the area of an circle
Enter the radius of the circle: 3
The area is 28.2743
Transcribed Image Text:This program calculates the area of an circle Enter the radius of the circle: 3 The area is 28.2743
#include <iostream>
_(1)
using namespace std;
(11)
float calcArea (float);
float PI 3.14159;
int main()
{
float a, area;
cout << " This program calculates the area of an circle \n\n";
cout <<"Enter the radius of the circle: ";
a-
(111)
area
(iv)
cout << #
The area is " << area << endl;
float getRadius ()
{
float radius;
cin >> radius;
(V).
float calcArea (
1
}
(vi)
return PI*pow (a, 2);
Transcribed Image Text:#include <iostream> _(1) using namespace std; (11) float calcArea (float); float PI 3.14159; int main() { float a, area; cout << " This program calculates the area of an circle \n\n"; cout <<"Enter the radius of the circle: "; a- (111) area (iv) cout << # The area is " << area << endl; float getRadius () { float radius; cin >> radius; (V). float calcArea ( 1 } (vi) return PI*pow (a, 2);
Expert Solution
steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Constants and Variables
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning