Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please note that the program should be in C++ and read full question please. Write a program segment that will ask the user for price
Please note that the program should be in C++ and read full question please.
Write a program segment that will ask the user for price of a shirt. Then display the
tax amount the user need to pay based on 8.5% rate and, finally display the total amount
that needs to be paid. (user input shown in bold):
Enter merchandise price: 10.00
Tax payment:
.85
Total payment:
10.85
Do NOT perform computation in a cout statement. The text, spacing and line spacing
should look exactly as shown. Write the step-by-step algorithm first.
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