How can i find the volume and area of a cylinder? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How can i find the volume and area of a cylinder?

Area =2πrh+πr^2 and Volume=(πr^2)h please show me in a python program

10th Sep 2018, 5:20 PM
Indranil Mukherjee
Indranil Mukherjee - avatar
2 Answers
+ 2
area = (2*3.14*r*h)+((3.14*r*r)*(3.14*r*r)); Volume=(3.14*r*r)*h;
10th Sep 2018, 5:41 PM
#DARK_PROGRAMMER_✔
#DARK_PROGRAMMER_✔ - avatar
10th Sep 2018, 6:55 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar