Find the area of circle
Formula:
area=3.14*radius*radius
ALGORITHM
1. Get the radius of the circle.
2. Calculate the area equals to 3.14 multiplied by radius by radius.
3. Display the area.
2. Calculate the area equals to 3.14 multiplied by radius by radius.
3. Display the area.
PSEUDOCODE
1. Get radius.
2. Set area=3.14*radius*radius
3. Print output.
FLOWCHART
0 comments:
Post a Comment