Problem Set 2: Fahrenheit

Web-CAT: Submit Java programs to this automated grading platform.

Background

Code Distribution

Description File Size File Name
Java Source Code for Fahrenheit 4.1KB pset02.zip

Contents of pset02.zip:

PSet02SourceCode/
├── Fahrenheit.class
├── Fahrenheit.ctxt
├── Fahrenheit.java
├── FahrenheitJUnitTest.class
├── FahrenheitJUnitTest.ctxt
├── FahrenheitJUnitTest.java
├── package.bluej
└── README.TXT

Specification

\mbox{fahrenheit} = \frac{\mbox{celsius} \times 9}{5} + 32

Hints

Testing

Submission