18 - Write Algorithm To Calculate area of a Circle.

Write Algorithm To Calculate area of a Circle.


Algorithm:


Step 1: Start.
Step 2: Declare area, radius, PI = 3.14.
Step 3: Enter the radius.
Step 4: area = PI * radius * radius.
Step 5: Display area.
Step 6: Stop.

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.