O Level Exam : Practical Question
📝 HTML
🎨 CSS
⚡ Java Script
a=int(input("Enter the first number :")) b=int(input("Enter second number :")) print ("Quotient :" , a/b)
▶ Run Code
🖥 Output: