Answer:
The correct options are;
The code is easy to test and debug
It creates programs made of modules that can be called when needed
It uses logic flow
The code is easier to follow
The code is easier to modify
Step-by-step explanation:
The approach of structural programming is one such that the problem is well understood and the solution is economical
Features of structural programming includes;
- Error debugging are facilitated by structural programs and as such testing to debug
- Structural program creates program modules that are reusable
- Structural programs can be easily modified hence maintained
- Structural program emphasizes on logic
- The structural program code is easily read and understood, and therefore, it is easier to follow