Assignment 2

Write a progam using the View.java.

Name this class Convert.java

This progam will get the number (possibly with decimals) of degrees in Celsius or Fahrenheit and convert into the other.

The formula for the conversion is F = (9.0/5.0)*C+32.0

Screen shot

The result should be printed to the screen (with some formatting).

This assignment is due on 2/10.