Is it possible to convert quantity of one unit to another in C#? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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 Antworten
+ 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