answersLogoWhite

0

start

read pie

area

circum

print area

print circum

stop

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

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 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


Where is Flow chart of area of circle?

Area of a circle: pi times radius squared


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

Find the radiusMultiply pi by the square of 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


How do you show flow chart for calculating area of circle?

Area of any circle is: pi*radius*radius or pi*r^2


What is the magenta circle on the VFR terminal area chart?

Unpaved Runways


Write an algorithm to calculate the area of a triangle?

Area of any triangle: 0.5*base*perpendicular height


What is the magenta U circle on the VFR Terminal area chart?

unverified heliport.


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(); }


What is blue circle with a C on the VFR terminal area chart?

followers the common traffic advisory frequency.


Write an algorithm to find the area of a rectangleAlgorithmInput length of a rectangleInput width of a rectangleCalculate area using the expression area = length x widthDisplay the area of rectangle?

That's correct!