4 selection structure?
Each solution algorithms will be consist of:
3 subordinate modules dari general solution algorithm?
General algorithms for common business problems ada 4:
Benefit of modular design. ada 4
– Ease of understanding : each module should perform just one function – Reusable code : modules used in one program can also be used in other programs – Elimination of redundancy : using modules can help to avoid the repetition of writing out the same segment of code more than once – Efficiency of maintenance : each module should be self- contained and have little or no other modules within the program