O Level Exam : Practical Question
📝 HTML
🎨 CSS
⚡ Java Script
r=int(input("Enter the radius : ")) h=int(input("Enter the height : ")) vol=3.14*r*r*h print("Volume of Cylinder is : ",vol)
▶ Run Code
🖥 Output: