Question: C++ Include using namespace std Problem 1: Write a program that calculates an electronic store bill when purchasing a single electronic device. Your program should
Problem 1: Write a program that calculates an electronic store bill when purchasing a single electronic device. Your program should ask the user to enter an electronic device cost and then your program should calculate the sales tax which is 7% of the electronic device cost. Your program should also calculate the electronic device warranty cost which is 10% of the total price after adding the tax. You program should output, the electronic device cost, the tax amount, the warranty cost, and the total bill
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
