+ 2
How do I write a code that converts temperature from degree scale to Kevin scale?
3 ответов
+ 2
Yes the formular is
○ + 273 so you make the teeter as user input
Maybe int k= input()
int Kelvin=k+273
+ 1
Do you know the formular for Celsuis to kelvin ? Then you use it in the code!
+ 1
In which language