In this tutorial, we will see simple java program to convert celsius to fahrenheit in java.
You can convert celsius to fahrenheit using this formula.
fh = (1.8*cen) + 32;
Output:
Enter Temperature in Centigrade : 30
Equivalent Temperature in Fahrenheit = 86.0
Equivalent Temperature in Fahrenheit = 86.0
Was this post helpful?
Let us know if this post was helpful. Feedbacks are monitored on daily basis. Please do provide feedback as that\'s the only way to improve.