Purchase Solution

Temperature conversion Java Application

Not what you're looking for?

Ask Custom Question

I need help with putting this application together:

Exercise 6.22:

Implement the following integer methods:

a.) Method Celsius returns the Celsius equivalent of a Fahrenheit temperature, using the calculation
Celsius = 5.0 / 9.0 * ( Fahrenheit - 32 );

b.) Method Fahrenheit returns the Fahrenheit equivalent of a Celsius temperature, using the calculation
Fahrenheit = 9.0 / 5.0 * Celsius + 32;

c.) Use the methods from parts (a) and (b) to write an application that enables the user either to enter a Fahrenheit temperature and display the Celsius temperature and display the Fahrenheit equivalent.

Purchase this Solution

Solution Summary

This solution provides a Java application to perform temperature conversion from fahrenheit to celsius and vice versa.

Solution Preview

Hello,

I am attaching three files. The first two are .Java files: Convert.java and ConvertTest.java

The other file ...

Purchase this Solution


Free BrainMass Quizzes
Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

C# variables and classes

This quiz contains questions about C# classes and variables.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Basic Networking Questions

This quiz consists of some basic networking questions.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.