0
How to write the program of a problem having different units like distance in meters and velocity in kilometres per second.
how unit conversion is done for writing a program
1 Antwort
+ 7
Just program in the unit conversion. Have a constant that you use for the conversion. I can write code if you tell me which conversion you need.