Computer Science, asked by mailtoseema2001, 5 months ago

describe the structured program and modular design paradigm with the help of diagram and pseudo code​

Answers

Answered by anagathalamadhavi601
1

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.

Similar questions