Int length, width, area;
1. Start
2. Declare variables for length, width, and area
3. Ask the user to enter the length of the room
4. Ask the user to enter the width of the room
5. Multiply the length by the width to calculate the area
6. Store the calculated area in the variable "area"
7. Display the value of the variable "area"
8. End
1. Start
2. Declare variables for length, width, and area
3. Ask the user to enter the length of the room
4. Ask the user to enter the width of the room
5. Multiply the length by the width to calculate the area
6. Store the calculated area in the variable "area"
7. Display the value of the variable "area"
8. End