To obtain certain statistics of a route, it is requested to realize a program that given a distance, deliver the speed in kilometers per hour and in meters per second. For this, there are two time and distance variables that come in seconds and kilometers respectively. Your program must save a string in the result variable, for example, for the following case:
time = 1
distance = 0.01
The result variable should have the following:
"The speed is 36.0 km / h or 10.0 m / s"