Answered step by step
Verified Expert Solution
Question
1 Approved Answer
C++ Back in March 2017 I was in a wreck where I totaled my Hyundai Elantra. Since then I have been traumatized to drive a
C++
Back in March 2017 I was in a wreck where I totaled my Hyundai Elantra. Since then I have been traumatized to drive a regular vehicle and therefore took over my partners Chevy Avalanche and have him drive the Monte Carlo or 300GT that we have. Now my son will be driving soon and it is time to give in and purchase a new vehicle. I have a few vehicles on my radar: Tahoe, Highlander, Murano. Sonata (even though it's a car), and here recently a Santa Fe. Now I have been doing my research for some time to make sure that I buy the car I really want and I have entered the phase of test driving all of these vehicles to make a final determinations. However, since the Santa Fe just recently came to mind I have not done my research on it. Your task is to write a program that will ask the user, me, for the following information: Full price of the vehicle, financing percentage, down payment, insuranee, estimated miles driven per week, current gas prices, insurance payment, oil change charges, miscellaneous monthly charges. Once all this information is gathered your program should display a monthly finance payment with a 72 month loan that has been calculated from the full price, down payment, and finance percentage), it should also calculate the amount of money that I will spend on gas a month based on the estimated miles driven per week and the current gas prices, and note that oil changes only occur every 3 months. Your program should then display a summary of the information that I have provided, the total monthly cost of these expenses (you'll have to break it down by month because you'll have different amounts with the oil changes), and the total annual cost of these expenses. The output for this program will be dependent on the information that is entered. You are encouraged to calculate everything by hand and double check your calculations with your program output. Professor Mayfield will grade based on numbers that she chooses to use for the requested user information. NOTE: To save you some headache this link has the formula that you can use to calculate the vehicle payment AND you can then double check that your program is working based on the answer the calculator on the link provides you. IF YOU REFERENCE THIS SITE YOU MUST STILL CITE IT ON YOUR ASSIGNMENT. https://www.ifsautoloans.com/car-loan-interest/ Also, remember to use variables not hard coded numbers into your program. If it's a number (example "Total number of months in a year") that will never change, then you should create a constant variable and assign the value to the variable nameStep 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