Hey I need your help please, how can we solve this whole program in arrays in dev c++??? (1. ABC airlines have started its operations in November 2015. Currently operating in 5 locations and a single flight per day on a route. Do ask the user to give the origin and destination and date of travel. Display the fare (set the fare for all routes) along with 19% Tax. )
In this program we are creating a flight booking system by store 5 flight routes with fares and total fares including 19% tax.
Array variables which are using in this program are:
Use define functions which are using in this program:
This function will store the flight routes of 5 locations along with fare and total fare including 19% tax.
This function will display the stored fligh routes along with fare and total fare including 19% tax while booking the ticket.
Flight booking system program in C++
Output
need an explanation for this answer? contact us directly to get an explanation for this answer