Saved Bookmarks
| 1. |
The goal of structured programming is to |
|
Answer» Answer: STRUCTURED PROGRAMMING is a programming PARADIGM AIMED at improving the clarity, quality, and development time of a computer program by making extensive use of the structured control flow constructs of selection (if/then/else) and REPETITION (while and for), block structures, and subroutines |
|