Ask a New Question
Search
Questions and answers by
APark
Answers (1)
The following pseudocode is supposed to print the area of a rectangle. What is the problem ? area = width x length ; display "what is the width " input width display "What is length" input length display area