Question: In this assignment, you'll create an application that converts Fahrenheit temperatures to Celsius temperatures by using the prompt() and alert() methods. The prompt dialog box

In this assignment, 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.18020 says: Enter Fahrenheit temperature Prevent this page from creating additional dialogs. 127.0.0.1:8020 says: Fahrenheit temperature is 212 Celsius temperature is 100 Prevent this page from creating additional dialogs. To convert Fahrenheit to Celsius, first subtract 32 from the Fahrenheit temperature. Then, multiply that result by 5/9. 1. Open this file: JavaScriptProgramming-Assignment1lconvert_temps.html 2. Review the script element in the head section and note that it's empty. You'll write the code for this application within this element. 3. Develop this application
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
