Page 1 of 1

10 CREATE JAVA CODING

Posted: Mon Jun 06, 2022 12:34 pm
by answerhappygod
10
10 Create Java Coding 1
10 Create Java Coding 1 (26.63 KiB) Viewed 26 times
CREATE JAVA CODING
Applet, Image, and Audio Learning outcomes: 1. Learn and understand applet, image, and audio. (C3) 2. Construct object-oriented program using applet, image, and audio (C3, P4) Question: Write a web page that contains an applet to convert temperature from Fahrenheit to Celcius. The web page should contain the following content. Fahrenheit and Celsius Temperatures Fahrenheit and Celsius are two temperature scales in use today. The Fahrenheit scale was. developed by the German physicist Daniel Gabriel Fahrenheit (1686-1736). In the Fahrenheit scale, water freezes at 32 degrees and boils at 212 degrees. The Celsius scale was developed by Swedish astronomer Andres Celsius (1701-1744). In the Celsius scale, water freezes at 0 degrees and boils at 100 degrees. The Celsius to Fahrenheit conversion formula is: C = (5/9)*(F-32) where F is the Fahrenheit temperature. You can also use this Web page to convert Fahrenheit temperatures to Celsius. Just enter a Fahrenheit temperature in the text box below, then click on the Convert button. Fahrenheit: Celcius: Convert Write your HTML coding