We'll have quite a bit of overlap from the previous chapter here as key concepts are stressed.
Pseudocode Purpose
- Is primarily meant for human readers but also has the secondary benefit of being "almost" code (i.e., similar to computer languages)
- Enhances problem solving
- Allows for relatively straightforward translation to (many) programming languages
How to Write Pseudocode
Pseudocode: