O Level Exam : Practical Question
📝 HTML
🎨 CSS
⚡ Java Script
c=int(input("Enter the temperature in Celsius:")) f=(c*9/5)+32 print("Temperature in Fahrenheit: ",f)
▶ Run Code
🖥 Output: