Using overload + to add total passengers and total calls and overload < to="" determine="" which="" taxi="" served="" most="" passengers.="" the="" company="" needs="" a="" more="" detailed="" report="" to="" be="" generated="" at="" the="" end="" of="" each="" shift.the="" sample="" screen="" output="" with="" the="" report="" is="" listed="" below:="" with="" private="" members="" taxi="" id="" color,model,="" maker,="" passenger="" etc="" with="" 6="" objects="" of="" class.="" and="" random="" selection="" of="" passenger="" and="" random="" selection="" of="">
Welcome to CTC Taxi.
Do you need a taxi?
Y
Taxi CTC0001 will pick you up in a few minutes. (Taxi CTC0001 determined that there were 3 passengers)
Do you need a taxi?
Y
Taxi CTC0004 will pick you up in a few minutes. (Taxi CTC0004 determined that there were 5 passengers)
……
……
Do you need a taxi?
N
CTC Taxi served a total of 124 passengers today.
CTC0001 CTC00022 CTC0003 CTC0004 CTC0005 CTC0006
19 Calls 25 Calls 10 Calls 12 Calls 22 Calls 13 Calls
25 Passengers 45 Passengers 34 Passengers 29 Passengers 24 Passengers 30 Passengers
Today CTC0002 served most passengers.
Today on average each taxi served 31.7 passengers.
You must include the following parts in your program
- Store the report in a disk file.