190k views
5 votes
Briefly embellish the virtues of structured Programming approach.

User OscarVGG
by
3.2k points

1 Answer

7 votes

Answer:

Structured programming encourages dividing an application program into a hierarchy of modules or autonomous elements, which may, in turn, contain other such elements. Within each element, code may be further structured using blocks of related logic designed to improve readability and maintainability.

Step-by-step explanation:

User Derrick Tucker
by
3.8k points