Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started