Temperature Conversion
INF 231 Programming Concepts
Introd
uction
This user guide explains how the java program referenced can be used to
convert Fahrenheit to Celsius with a few simple steps. When the user accesses the
program, they can enter their Fahrenheit temperature into the program, and will be
given the Celsius equivalent. The program will then give them the option to continue
with more temperatures or end their session. This user guide will explain how the
program works.
Program
Snapshot
Progra
m Code