Brandon
2012-02-26 20:26:21 UTC
*************start program****************
Do you want to calculate the area or circumference of a pool? Enter Y or N: ( on a response of Y )
Enter the value of the radius of the pool: ( prompt the user for the raidus )
Enter your choice of task. C to computer circumference, A to compute area: ( on a response of C )
The circumference for a pool of radius 2.7 is ( some number )
Do you want to process more pools? Enter Y or N: ( on a Y response )
Enter the value of the radius of the pool: ( prompt the user for the raidus )
Enter your choice of task. C to computer circumference, A to compute area: (on a response of C )
The area for a pool of radius 2.7 is ( some number )
Do you want to process more pools? Enter Y or N: ( on a response of N)
Thank you!
*************end program****************
I am having trouble creating a python code, hoping someone can show me please and thank you.