Is it possible to convert quantity of one unit to another in C#? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Is it possible to convert quantity of one unit to another in C#?

Because I am interested in developing simple problem solving simulation in a console program.

16th Oct 2018, 2:02 PM
Sathiyaraman
Sathiyaraman - avatar
2 Respostas
+ 1
it's simple! just do math, only +,-,*,Ć· like Ā°C=K-273.15 Ā°F=Ā°C(1.8)+32
16th Oct 2018, 5:47 PM
Roneel
Roneel - avatar
+ 1
Hey guys! I found that it is possible to convert one system of physical units to another. But the code is little bit creepy though the process is simple.
16th Oct 2018, 2:06 PM
Sathiyaraman
Sathiyaraman - avatar