+ 2
Write a program which can convert Celsius in to Fahrenheit. In java
Convert (°C) Celsius into (°F) . in java
7 Respostas
+ 10
F = C * 1.8 + 32
C = (F - 32) / 1.8
+ 3
Swaraj Singh sorry, my mistake i red javascript not java, here it is:
https://code.sololearn.com/c00CBlLgiJ9z/?ref=app
+ 2
Nice and easy code: https://code.sololearn.com/WUjbHl5E58Io/?ref=app
+ 2
Maneren bro the code u gaved me is in html not in java
+ 1
Mert yazici wirte the full code not the formula, formula everyone knows it
0
Homework?
0
And also Swaraj Singh it is javascript rather than html