Purchase Solution

JAVA Program: Celsius to Fahrenheit Conversion

Not what you're looking for?

Ask Custom Question

1. Temperature Conversion
Modify the temperature conversion program so that it converts Celsius to Fahrenheit. Use the formula: fahr = celsius*9/5+32

2. Two-Way Conversion
Add two buttons to the temperature conversion program. Clicking one button converts Fahrenheit to Celsius, clicking the other converts Celsius to Fahrenheit. It would help the user to have a "clear" button that clears the text in both text fields.

Purchase this Solution

Solution Summary

Provides steps necessary to create a Java program to convert celsius to fahrenheit.

Purchase this Solution


Free BrainMass Quizzes
C++ Operators

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

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Basic Networking Questions

This quiz consists of some basic networking questions.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

C# variables and classes

This quiz contains questions about C# classes and variables.