What is the pseudocode for area of circle
Answers
Answered by
1
Answer:
write a pseudo code to find the area of a circle using the following formula: Area= pi x radius.
Answered by
3
pseudo code to find the area of a circle using the following formula: Area = pi x radius. Prompt the user to enter a value for radius and read it. Dispaly the results on the screen
Similar questions