Structured Programming
Structured programming is a problem solving strategy and a programming methodology that includes the following guidelines
- The flow of control in the program should be as simple as possible
- The construction of a program should embody top-down design