+ 24
Convertor challenge - Code to convert the input in different unit systems with any single input
For example If the user knows a value in any single unit of temperature, code should generate the converted values in other units Refer this code https://code.sololearn.com/W6Ctl3xNjkuC/?ref=app
6 Respostas
+ 20
@adnan
there are 2 cases still missing in the updated code
kelvin to farenheit and farenheit to kelvin, may be u can add it.
In addition, i suggest if u can use a switch case here...so only 1 input is required. what do you think?
+ 18
@adnan
nice code
but what about Kelvin scale?
your code needs to be modified in my opinion... for example what about conversion from farenheit to kelvin or celsius to kelvin and vice versa?
+ 17
@adnan
nice workđ
+ 6
yea @umesh i was working on that but then i got confused and left it here .....i will modify it soon đđ
+ 6
hey bro added more ....nice idea i will soon make it capable of converting in all temrature units with taking only one input .....maybe you could have a glance for now đđ
https://code.sololearn.com/c0oTHKwLIt74/?ref=app
+ 5
https://code.sololearn.com/c0oTHKwLIt74/?ref=app
made this code long back