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