Answer to Question #274865 in C++ for Enku

Question #274865

8.Write pseudo code for Find the area of a circle where the radius is provided by the user.

1
Expert's answer
2021-12-02T17:24:25-0500

SOLUTION CODE



BEGIN
NUMBER r, area 
INPUT r 
area=3.14*r*r 
OUTPUT area 
END

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment