Computers and Technology

Sites like zillow get input about house prices from a database and provide nice summaries for readers. write a program where the program prompts the user with the current price of the house and the last month's price (both should be type integers). then the program should output a summary listing the price, the change since last month, and the estimated monthly mortgage computed as (current_price * 0.045) / 12. the monthly mortgage should be formatted with 2 decimal places. do not type your input into the optional input box below, rather, input in response to the prompts in the output window (prompts are given to you in the program template). ex: if the input is: 2 21 then the output is: this house is $2. the change is $-1 since last month. the estimated monthly mortgage is $750.00.

answer
Answers: 3

Similar questions

Do you know the correct answer?
Sites like zillow get input about house prices from a database and provide nice summaries for reader...

Questions in other subjects:

Konu
Chemistry, 27.05.2021 01:00
Konu
Mathematics, 27.05.2021 01:00