Computer Science – 9.2 Algorithms | e-Consult
9.2 Algorithms (1 questions)
Login to see all questions.
Click on a question to view the answer
Flowchart:
| Begin |
| Display "Enter the length of the rectangle:" |
| Read length |
| Display "Enter the width of the rectangle:" |
| Read width |
| Area = length * width |
| Display "The area of the rectangle is: [Area]" |
| End |