Write a program which can convert Celsius in to Fahrenheit. In java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Write a program which can convert Celsius in to Fahrenheit. In java

Convert (°C) Celsius into (°F) . in java

29th Jan 2019, 5:13 PM
Swaraj Singh
Swaraj Singh - avatar
7 Answers
+ 10
F = C * 1.8 + 32 C = (F - 32) / 1.8
29th Jan 2019, 5:28 PM
Mert Yazıcı
Mert Yazıcı - avatar
+ 3
Swaraj Singh sorry, my mistake i red javascript not java, here it is: https://code.sololearn.com/c00CBlLgiJ9z/?ref=app
29th Jan 2019, 6:04 PM
Maneren
Maneren - avatar
29th Jan 2019, 5:37 PM
Maneren
Maneren - avatar
+ 2
Maneren bro the code u gaved me is in html not in java
29th Jan 2019, 5:42 PM
Swaraj Singh
Swaraj Singh - avatar
+ 1
Mert yazici wirte the full code not the formula, formula everyone knows it
29th Jan 2019, 5:44 PM
Swaraj Singh
Swaraj Singh - avatar
0
Homework?
29th Jan 2019, 5:16 PM
Maneren
Maneren - avatar
0
And also Swaraj Singh it is javascript rather than html
29th Jan 2019, 6:16 PM
Maneren
Maneren - avatar