// mytour.h // empty routine where students write their code #ifndef MYTOUR_H #define MYTOUR_H #include "sales.h" void my_tour(const point cities[], int tour[], int ncities); #endif // MYTOUR_H