Question:
Writing pseudocodes
Write pseudocode to represent the logic of a program that allows the user to enter values for the width and length of a room's floor in feet. The program outputs the area of the floor in square feet.
Start
Input number
Answer=width*feet
Answer=length*feet
Output square feet
Stop