Question: Create an HTML file with JavaScript to do as suggested on the attachment .Remember to add comments In this exercise, you'll create an application that
Create an HTML file with JavaScript to do as suggested on the attachment .Remember to add comments
In this exercise, you'll create an application that converts Fahrenheit temperatures to Celsius temperatures by using the prompt() and alert() methods. The prompt dialog box should look like this: 127.0.0.1:8020 says: Enter Fahrenheit temperature 212 Prevent this page from creating additional dialogs. OK Cancel The alert dialog box should look like this: 127.0.0.1:8020 says: Fahrenheit temperature is 212 Celsius temperature is 100 Prevent this page from creating additional dialogs OK To convert Fahrenheit to Celsius, first subtract 32 from the Fahrenheit temperature. Then, multiply that result by 5/9
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
