By Sukanya Saha
Temperature Converter tool is mainly used to convert a certain value of temperature from one degree to other accurately.This is the main concept implemented in java
Temperature converter mini project is built keeping this thing in mind to convert the temperature of any object from one form to the other form.
In this project we have made a tool which can convert:
1.Celcius To Farenheit
2.Farenheit To Celcius
3.Kelvin To Celcius and
4.Kelvin To Farenheit.
We have created four cases using switch statement.The User will enter the choice accordingly from the keyboard and the output will be obtained as accurate temperature result according to the entered choice.
Code:
Output:
Submitted by Sukanya Saha (saha2608)
Download packets of source code on Coders Packet
Comments