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