O Level Exam : Practical Question
📝 HTML
🎨 CSS
⚡ Java Script
weight=float(input("Enter the weight of person in KG : ")) height=float(input("Enter the height of person in meter : ")) bmi=weight/(height*height) print("BMI of person is : ",bmi)
▶ Run Code
🖥 Output: