O Level Exam : Practical Question
📝 HTML
🎨 CSS
⚡ Java Script
import math r = float(input("Enter radius of sphere: ")) v = 4 / 3 * math.pi * r ** 3 print("Volume of sphere = ", v)
▶ Run Code
🖥 Output: