How do I write a code that converts temperature from degree scale to Kevin scale? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How do I write a code that converts temperature from degree scale to Kevin scale?

25th May 2020, 4:06 AM
Simon Snipper
Simon Snipper - avatar
3 Answers
+ 2
Yes the formular is ○ + 273 so you make the teeter as user input Maybe int k= input() int Kelvin=k+273
25th May 2020, 4:58 AM
Isaac Duah [Active!]
Isaac Duah [Active!] - avatar
+ 1
Do you know the formular for Celsuis to kelvin ? Then you use it in the code!
25th May 2020, 4:56 AM
Isaac Duah [Active!]
Isaac Duah [Active!] - avatar
+ 1
In which language
15th Jun 2020, 3:27 PM
Tosh
Tosh - avatar