Question: Write a C++ program 1.Ask the user the name of the item to be used in the calculations. 2. Ask the user the current price

Write a C++ program
1.Ask the user the name of the item to be used in the calculations.
2. Ask the user the current price of the item.
3. Ask the user for the number of years that they have to pay for the item.
4. Ask the user for the interest rate.
5. If the user does not make any payments, calculate what the item would cost when they pay for the item.
The output should look like this:
The (name of the item) costs (present cost) now.
The (name of the item) will cost (future cost) in (number of years) years.
Run the program with the following information.
The item is a car.
The present cost is $25,000.
The number of years is 10.
The interest rate is 8%.
Please upload the .cpp file and the results of running the program.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!