O Level Exam : Practical Question
📝 HTML
🎨 CSS
⚡ Java Script
cm=int(input("Enter height in Centimeters : ")) foot=cm//30 rcm=cm%30 inches=rcm*0.393701 print("Height is : ",foot," Foot ",inches," Inches ")
▶ Run Code
🖥 Output: