Question: Use pyhton Language Create your own original problem and have the user plug in the variables. If you are not in the mood for anything
Use pyhton Language
Create your own original problem and have the user plug in the variables. If you are not in the mood for anything original, choose an equation from this list:
| Area of a circle A=pi*r^2 | |
| Area of an ellipse A= pi*r1*r2 | |
| Area of an equilateral triangle A = (h^2*(3)^1/2)/3 | |
| Volume of a cone V = (pi*r^2*h)/3 | |
| Volume of a sphere V = (4*pi*r^3)/3 | |
| Area of an arbitrary triangle A = 1/2*absinC |
When done, check to make certain your variable names begin with a lower case letter, and that you are using blank lines between logical groupings of the code. (Between input, calculations, and output in this case.) Find Areas and Volumes of each
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
