Answer to Question #262505 in Algorithms for nelju

Question #262505

  The initial value of the radius of the circle is equal to one unit and each succeeding radius is one unit greater than the previous.  Draw the flowchart and write the pseudocode that would compute for the individual area of 20 circles starting with r = 2 and determine how many circles whose radius is  greater than 10. Print out each radius and the computed area of the circle and the total number of circle whose radius is greater than 10.


1
Expert's answer
2021-11-07T15:54:42-0500


for r=2 to r=40

Ai=list(pi*r^2)

N=Count If r>10

print(Ai)

print("The number of circles whose radius is greater than 10 is "+N.)




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

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS