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 9-41. The program should use a separate function for each membership type. If necessary, create a new project named Advanced22 Project, and save it in the Cpp8\Chap09 folder. Enter your C++ instructions into a source file named Advanced22.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 ($) Less than 75 75-149.99 Membership type Standard Reward points 5% of the total monthly purchase 7.5% of the total monthly purchase 10% of the total monthly purchase 150 and over Plus Less than 150 150 and over 6% of the total monthly purchase 13% of the

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

Step by Step Answer:

Question Posted: