I want the C++ program for this question
1- You are required to draw flow chart and write a Pseudocode for the following
problem statement.
Muscat MobiCare is a Mobile Outlet, which provides Mobile repair services. The charges of mobile
repairs are based on the type of the service.
Details of charges are as follow:
Software Fault: 4 OMR
Screen Fault: 6 OMR
Network/Wi-Fi Fault: 8 OMR
Internal Hardware Fault: 10 OMR
The Outlet offers discount to the loyal customers. The discount is offered based on the customer
visits to the outlet.
Following is the detail of discounts.
1- Customer visiting 4 times a year gets 20% discount.
2- Customer visiting 6 times a year gets 30% discount.
3- Customer visiting 8 times a year gets 50% discount.
You are required to draw a Flow Chart diagram and write a Pseudocode for a computer program
that takes customer name, mobile model, visit date, total number of visits, and required service
(mentioned above). The program outputs a receipt with all the entered information plus repair
charges based on the required service and the discount.
I want the C++ program for this question
Step by step
Solved in 4 steps with 3 images