Tagged Questions

0
votes
2answers
68 views

temperature calculator

Hi i am suppose to make a Temperature calculator that will accept either Celsius or perimeter and convert that temperature to the other scale. If a Celsius temperature is entered it will be converted ...
-4
votes
3answers
101 views

Dr. Java C to F temperature converter

I'm trying to write a program that will repetitively convert from Fahrenheit to Celsius (or the other way around), depending on if the user inputs a "C" or an "F" (not case sensitive). The program ...