The f attached table lists, in degree Fahrenheit, the freezing and boiling points of several substances. Create an application that allows the user to enter a temperature, then shows all the substances that will freeze at that temperature and all that will boil at that temperature. For example, if the user enters -20, the program should report that water will freeze and oxygen will boil at that temperature.

The following table lists, in degree Fahrenheit, the freezing and boiling points of several substances. Create an application that allows the user to enter a temperature, then shows all the substances that will freeze at that temperature and all that will boil at that temperature. For example, if the user enters -20, the program should report that water will freeze and oxygen will boil at that temperature.

 

 

 

Here is the Data:

 

Substance Freezing Point Boiling Point

 

Ethyl -173 172

 

Mercury -38 676

 

Oxygen -362 -306

 

Water 32 212

 

These are in degrees.

 

test the data like if a user enters -20 in a textbox, results should say "water will freeze and oxygen will boil.

 

    • 12 years ago
    Solutions
    NOT RATED

    Purchase the answer to view it

    blurred-text
    • attachment
      freezingboilingpointapp.zip