Question: Use HTML and Javascript with Loops to edit the code to do the following: Convert from Fahrenheit to Centigrade EDIT HERE Thanks for using the
Use HTML and Javascript with Loops to edit the code to do the following:
EDIT HERE
Thanks for using the temperature converter
An application interface that converts Fahrenheit temperatures to Celsius temperatures by using prompt and alert statements.
The prompt dialog box will ask the user to input a Farenheit temperature.
If it's a valid data entry, an alert dialog box should open showing the Farenheit temperature, the Celsius temperature, and a checkbox to prevent the page from creating additional dialogs.
If an invalid data is entered, then an alert should pop up showing the data entered, and the range of acceptable values: (-100 to +212), as well as a checkbox to prevent the page from creating additional dialogs.
Lastly, add a loop to the code so the user can do a series of calculations without restarting the application. To end the application, the user must enter 999 as the temperature.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
