The following pseudocode algorithm has an error. It is supposed to use values input for a rectangular room’s length and width to calculate and display its area. Find the error.
area = width × length.
Display "What is the room's width?".
Input width.
Display "What is the room's length?".
Input length.
Display area.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.