Fine-tuning & Tweaking.Custom Editor
Id
2
Function Name
Celsius to Fahrenheit
Function Code
function toFahrenheit(c) {
return (c * (9/5)) + 32;
}