+ 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.
2 odpowiedzi
+ 1
it's simple! just do math, only +,-,*,÷
like °C=K-273.15
°F=°C(1.8)+32
+ 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.