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

asked
User OscarVGG
by
8.1k 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:

answered
User Derrick Tucker
by
8.9k points