Question: Your task is to write a javascript html program that converts either Celsius, Fahrenheit, or Rankine from the user and output the temperature in Kelvin.
Your task is to write a javascript html program that converts either Celsius, Fahrenheit, or Rankine from the user and output the temperature in Kelvin.
Celsius: K = C + 273.15
Fahrenheit: K = (F + 459.67) * (5/9)
Rankine: K = R * (5/9)
Use a 'text field' under the 'get' method for numerical input, a 'submit' button, a radio button for selecting the input temperature unit, and 'alert' for the output.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
