How does the use of modules provide flexibility in a structured programming design?
O Modules enable multiple programmers to work on a program at the same time
O Modules enable a linear approach to software development
Modules ensure the reuse of code variables.
Modules ensure that a program will be completed on time.

Respuesta :

CPED

How does modules provide flexibility in a structured programming design?

Answer:

Third option is correct

Modules ensures the reuse of code variables.

Explanation:

Module is a combination of code that is used  for a specific task i.e. sum, multiplexer and many others task which need to be performed more than once in a structure. So modules are helpful in structure programming to reuse that code again and again.

Answer:

C

Explanation:

I know things