Question: i want this solution in c++ (data structures) Consider the following declarations or air airport might control enum Flight Type {Departure, Arrival}; struct TimeRec {
i want this solution in c++ (data structures)

Consider the following declarations or air airport might control enum Flight Type {Departure, Arrival}; struct TimeRec { int hour; // 0 to 23 int min; 110 to 59 int sec; // 0 to 59 }; struct FlightRec { string FlightNO; string Destination; TimeRec Time; Flight Type Ftype; bool Delay; TimeRec ExpectedTime; // if the flight is delayed }; template
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
