Question: In c++ Question 1 50 pts Write a C++ program that reads the total purchases then prints the discount based on - If the total
In c++

Question 1 50 pts Write a C++ program that reads the total purchases then prints the discount based on - If the total purchases are less than or equal to 50 JD the discount is 5% of the total purchases. - If the total purchases are greater than 50 JD the discount is 10% of the total purchases. - You must use an if-else-statement to solve the above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
