QUESTION 3: Given the following output: WELCOME TO ERL TICKETING SYSTEM 1. Kuala Lumpur RM2.00 2. Putrajaya RM2.80 3. Cy
Posted: Sat Feb 19, 2022 3:21 pm
QUESTION 3: Given the following output: WELCOME TO ERL TICKETING SYSTEM 1. Kuala Lumpur RM2.00 2. Putrajaya RM2.80 3. Cyberjaya RM2.50 Please enter your destination code [1,2,3]: 2 Do you want to purchase a two-way ticket? [y/n_ y Express Rail Link This is a two-way ticket to PUTRAJAYA Price : RM 5.60 Thank you! Do you want to continue using the system? [y/n_:N Total user is : 1 Total sales of the day: RM5.60 Write a complete C++ program to produce the ERL Ticketing System as shown. Use the appropriate selection statement, control structure etc to complete the program. Display the total user and total sales OF THE DAY.