Computer Science – Algorithm design and problem-solving | e-Consult
Algorithm design and problem-solving (1 questions)
Login to see all questions.
Click on a question to view the answer
Pseudocode:
- START
- INPUT length
- INPUT width
- area = length * width
- OUTPUT area
- END