Structured programming is a technique to make the programming process easier and more
productive.
A
program is well structured if:
- It’s made up of logically cohesive modules
- The
modules are arranged in a hierarchy
- It’s
straightforward and readable.