Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

The Acme Trucking company has hired you to write software to help dispatch its t

ID: 3538545 • Letter: T

Question

The Acme Trucking company has hired you to write software to help dispatch its trucks. One important element of this software is knowing the distance between any two cities that it services. Design and implement a Distance class that stores the distances between cities in a two-dimensional array. The class will need some way to map a city name, like %u201CBoise%u201D, into an integer than can be used as an array subscript. The class should also contain methods that would make it useful for looking up the distance between two cities. Another useful method would tell the user the closest city to a city entered by the user

Explanation / Answer

Sorry about that.