1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
timofeeve [1]
3 years ago
12

Sites like Zillow get input about house prices from a database and provide nice summaries for readers. Write a program with two

inputs, current price and last month's price (both integers). Then, output a summary listing the price, the change since last month, and the estimated monthly mortgage computed as (currentPrice * 0.051) / 12 (Note: Output directly. Do not store in a variable.). c
Computers and Technology
1 answer:
qaws [65]3 years ago
3 0

Answer:

Se explaination

Explanation:

/Declaring variables

integer currentPrice

integer lastMonthPrice

integer changeLastMonth

float mortagage

//Reading input

currentPrice = Get next input

lastMonthPrice = Get next input

//Calculating price change

changeLastMonth = currentPrice - lastMonthPrice

//Calculating mortagage

mortagage = (currentPrice * 0.051) / 12

//Printing output

Put "This house is $" to output

Put currentPrice to output

Put "\nThe change is $" to output

Put changeLastMonth to output

Put " since last month." to output

Put "\nThe estimated monthly mortgage is $" to output

Put mortagage to output

You might be interested in
MICR is an input or output devices
Nataly [62]

Explanation:

If a device is putting data into the computer in the form of text, sound, images, button presses etc. then it is an input device, if the device is outputting things from the computer such as sound, movement, printing, images etc., then it is an output device. ... Therefore it is an input device.

8 0
3 years ago
Compare and contrast the following network types: Personal Area Network (PAN) Local Area Network (LAN) Metropolitan Area Network
Dominik [7]

Answer:

The description for the given question is described in the explanation section below.

Explanation:

The various forms of networks and their contrast are as follows:

<u>LAN</u>

This is another form of connection that links the machine and system community together in such a limited but wider range than those of the PAN network. LAN will attach the two as well as three surrounding buildings for shared folders including assets as well as knowledge exchange.

<u>MAN</u>

MANs represent networks or channels that are broader than LANs although smaller than WANs since they cover the whole metropolitan area which might be a city rather than a county.

<u>WAN</u>

WANs seems to be the channel's biggest and wider than MANs, allowing machines to connect and communicate to one another and miles away, and it can also link all machines across the globe to either the Internet as well as network access.

<u>WLAN</u>

Wireless LAN is used to link connections in such a LAN network using Wi-Fi wireless innovations. The positive point here is really that we don't have to manually interact via cables in WLAN, and instead promote flexibility including networking for portable devices.

7 0
3 years ago
How to block admin on school chromebook managed by admin
rjkz [21]

Answer:

Wish I knew

Explanation:

7 0
2 years ago
Read 2 more answers
The email application used by Jim’s office is sending emails with viruses attached to them to user’s computers. What step should
Finger [1]
Delete the program and install a new software.
5 0
3 years ago
Read 2 more answers
If i hit the delete key three times what will be left
pogonyaev

Answer:

planation:

I got this

6 0
3 years ago
Other questions:
  • If a security officer is non-commissioned officer, he can carry a baton on duty if he went through a training class
    8·1 answer
  • Java languageThe cost to ship a package is a flat fee of 75 cents plus 25 cents per pound.1. Declare a constant named CENTS_PER_
    5·2 answers
  • The technology behind the Internet and E-mail dates back as far as 1969. What two software innovations helped the Internet becom
    14·1 answer
  • Differences between Quality of Services and a Service of Quality approach
    9·1 answer
  • Why would you use quotation marks in a search string when conducting an internet search?
    12·1 answer
  • Given decimal variables named length and width that contain the dimensions of a rectangle, write a statement that calculates the
    12·1 answer
  • Determine whether the phrase below is a sentence or a fragment.
    12·1 answer
  • Consider the following code segment
    15·1 answer
  • To print a square of star shaoe we use the following code:
    10·1 answer
  • Modern life is not possible if computer stops working? Give your opinion<br>​
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!