Definition
Structured Programming
Structured programming is the programming with procedures composed of control structures:
- Sequence
- Selection (if)
- Repetition (while/for/goto)
Structured Programming
Structured programming is the programming with procedures composed of control structures:
- Sequence
- Selection (if)
- Repetition (while/for/goto)