An area is calculated by multiplying the length by the width. The pseudocode program below should ask the user for...

poush

An area is calculated by multiplying the length by the width. The pseudocode program below should ask the user for the length and width of a rectangular room in order to calculate the area, and display the room's area.  Will it do the job?

area = width * length

Display "What is the room's width?"

Input width.

Display "What is the room's length?"

Input length.

Display area.

 

    • 11 years ago
    • 999999.99
    Answer(1)

    Purchase the answer to view it

    NOT RATED
      Bids(0)