Question: Find the Error 36. The following pseudocode algorithm has an error. The program is supposed to ask the user for the length and width of
Find the Error 36. The following pseudocode algorithm has an error. The program is supposed to ask the user for the length and width of a rectangular room, then display the room's area. The program must multiply the width by the length in order to determine the area. Find the error. area = width x length. d -Display "What is the room's width?". -Input width. -Display "What is the room's length?". Input length. Display area
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
