Question #6676

Javascript problem

Ask the user for a Fahrenheit temperature, and then convert it to Celsius. Use
parseFloat().

Expert's answer

FahrenheitToCelsius function FahrenheitToCelsius(){ n = document.getElementById('txtPow').value;
alert((n - 32)*5/9);
}

Enter the Fahrenheit temperature:

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS