In order to implement an application for Mwasalt customers, a team of developers proposed the following design: Each bus
Posted: Sat May 14, 2022 2:59 pm
In order to implement an application for Mwasalt customers, a team of developers proposed the following design: Each bus station is represented by a structure called "Station" and having the following attributes: idStation (int) name Station (string) nextStation (pointer to an object of type Station) 1. Use the C++ programming language to implement the structure "Station" (2 marks) 2. Complete the following program used to fetch the route of a bus starting from a given station "start" (4 marks) 3- That