answersLogoWhite

0


Best Answer

10001/999900

User Avatar

Kara White

Lvl 10
3y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: 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?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you calculate radius of rotation?

From what? You need other variables you can use in the standard circle formulae from which to calculate the radius.


Write an algorithm to calculate the area of a circle?

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


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


Algorithm for drawing circle in context of computer graphics?

Bresham's Mid point circle drawing algorithm.


How do you get circumference?

Radius of circle times 2, multiply that by pi (3.14 for easyish reckoning), and that's the circumference of a circle. The circumference of an object is the distance around the outside or perimeter. Different formulae are used to calculate this depending on the shape.


Difference between Bresenham and midpoint circle drawing algorithm?

what is difference between mid-point and bresenhams circle algorithm what is difference between mid-point and bresenhams circle algorithm bresenhams circle algorithm results in a much more smoother circle,comparred to midpoint circle algorithm..In mid point,decision parameter depends on previous decision parameter and corresponding pixels whereas in bresenham decision parameter only depends on previous decision parameter...


Write an algorithm to compute the circumferenc of a circle?

Step 1. StartStep 2. Input the value of radius R. Step 3. Let PI=3.14. Step 4. Calculate the circumference=2*PI*R. Step 5. Display/Print the circumference. Step 6. Stop


How do you find the area of an embedded circle?

The answer will depend on the shape that the circle is embedded in! There are different formulae for different shapes.


What are the area, formulae, and plug-in values of a circle circumference of 12 ft?

?


How do you find the circumfrance of a circle?

To start with, you try to spell them correctly. You either measure the circumference (not circumfrence)of a circle (not circl) or calculate it. Formulae for calculations will depend on what is known about the circle.


What are the two formulae you can use to find the circumference of a circle?

Circumference of a circle = 2*pi*radius or pi*diameter


Draw a flowchart that will accept radius and display the area of circle?

program that display the area of a circle of a reduce