1 Solved Topic

Remove Filter
Member Avatar for
Member Avatar for total90

Write a C++ program that asks the user to enter the price of a car (real), the down payment (real) and the number of years for the loan (integer). Calculate and output the monthly payment (real) of that car. Assume the sales tax rate is 7% and an interest rate …

Member Avatar for Suzie999
0
306

The End.