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