answersLogoWhite

0

it wil depend upon what r the inputs but i assume that radius is input

##########SOURCE CODE############### include <iostream.h> int main () { float radius=0; float area=0; cout << "ENTER RADIUS OF THE CIRCLE : "; cin >> radius ; area = 3.14 * radius * radius; cout <<"\n\n THE AREA IS : "< return 0; }

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Write a program to calculate the area of a circle The equation to determine the area of a circle is area equals 3.1416radiusradius Assume that the circle has a radius of 4 inches?

Rewrite the above program so that the program accepts any value for the radius then recalculate the area of the circle.


How do you write a program to input radius of a circle and calculate the area or circumferences of the cirlce?

In which computer language?


Pi can be used to calculate the blank of a circle?

Pi can be used to calculate the area of a circle Pi can be used to calculate the circumference of a circle


How do you calculate area of a circle?

To calculate the area of a circle, you can use the formula A = πr^2, where A is the area and r is the radius of the circle. Simply square the radius, multiply it by π (approximately 3.14159), and you will have the area of the circle.


How do you calculate the are of a circle?

To calculate the area of a circle use this formula: pi x r2.


Write an algorithm to calculate the area of a circle and display the result . Use the formulae A=¶r where ¶ is equal to 3.1416?

10001/999900


How calculate surface area of a circle?

the area of the circle is Pi X Radius squared


Draw a flowchart to calculate the area of a circle?

The area of a circle is: pi times radius squared


What is the formula used to calcd the area of a circle?

The formula used to calculate the area of a circle is A r2, where A represents the area and r is the radius of the circle.


What is the formula for finding the area for a circle?

go to the related link below Titled (Calculate the Area of a Circle).


A pseudocode for finding the area of any circle?

Get radius (as parameter) Calculate area = pi x radius squared Return area The above assumes you write a function or method that calculates the area and returns it. Otherwise: Ask for radius Calculate area = pix radius squared Show area


What is the formula to calculate the volume of a circle?

A circle is two dimensional, it has area but not volume.