I am working on a computer program that determines the minimum time it
will take for a subway train to go from one station to the next based
on a few parameters:
The parameters to the problem are all positive integers not greater than 1000.
* d - the distance between stations, in...