A local department store wants a program that displays the number of reward points a customer earns

Question:

A local department store wants a program that displays the number of reward points a customer earns each month. The reward points are based on the customer’s membership type and total monthly purchase amount, as shown in Figure 10-28. The program should use a separate void function for each membership type. If necessary, create a new project named Advanced21 Project, and save it in the Cpp8\Chap10 folder. Enter your C++ instructions into a source file named Advanced21.cpp. Also enter appropriate comments and any additional instructions required by the compiler. Display the reward points in fixed-point notation with no decimal places. Test the program appropriately 


Total monthly purchase (S) Less than 75 75-149.99 Reward points 5% of the total monthly purchase 7.5% of the total monthly purchase 10% of the total monthly purchase Membership type Standard 150 and over Plus Less than 150 6% of the total monthly purchase 13% of the total monthly purchase

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: