answersLogoWhite

0


Best Answer

1. Start

2. Input the the value of radius R

3. Let PI=3.14

4. Calculate area=PI*R*R

5. Print area

6.End

User Avatar

Wiki User

βˆ™ 12y ago
This answer is:
User Avatar
User Avatar

Anonymous

Lvl 1
βˆ™ 3y ago
πŸ˜―πŸ˜―πŸ™πŸ™πŸ™πŸ™πŸ™πŸ™πŸ™πŸ™πŸ™πŸ™πŸ™πŸ˜―πŸ˜―πŸ˜―πŸ˜―πŸ˜―πŸ˜―πŸ˜―
User Avatar

Badmus Titilola

Lvl 1
βˆ™ 1y ago
thank you
User Avatar

Micheale Zeray

Lvl 1
βˆ™ 1mo ago
Β Write an algorithm to calculate the sum of Β multiples of 3 up Β to 100
More answers
User Avatar

Hemant Sutar

Lvl 2
βˆ™ 1y ago

Write an algorithm to calculate area of circle

This answer is:
User Avatar

User Avatar

Alex Okoh

Lvl 3
βˆ™ 2y ago

[object Object]

This answer is:
User Avatar

User Avatar

PRANU SALAM

Lvl 2
βˆ™ 1y ago

[object Object]

This answer is:
User Avatar

User Avatar

Anonymous

Lvl 1
βˆ™ 4y ago

1. Start

2. Input the the value of radius R

3. Let PI=3.14

4. Calculate area=PI*R*R

5. Print area

6.End

This answer is:
User Avatar
User Avatar

Anonymous

Lvl 1
βˆ™ 3y ago
step1: Input RadiusΒ 

Add your answer:

Earn +20 pts
Q: Write an algorithm to calculate the area of a circle?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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


Write an algorithm and draw flowchart to calculate the perimeter of a square?

write an algorithm and draw a flow chart to find perimeter of a square


Write an algorithm to calculate the area of a triangle?

Area of any triangle: 0.5*base*perpendicular height


The radius of a circle is equal to one unit Write the algorithm to compute the corresponding area of the circle and display the value of the radius and the area?

PoTang Ina Ni CLARK CORTEZ


Write a C algorithm to calculate the area of a circle?

#include<stdio.h> main() { int r; float area; clrscr(); printf("enter the value of r\n"); scanf("%d",&r); area=3.142*r*r; printf("area of circle=%f\n",area); getch(); }


How do you write an algorithm and draw a flow chart to find the area of a circle?

start read pie area circum print area print circum stop


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.


What is the algorithm for finding the area of a circle?

Find the radiusMultiply pi by the square of the radius.


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.