Structured: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 October 2022

  • curprev 03:2303:23, 22 October 2022Wutang talk contribs 1,503 bytes −25 No edit summary
  • curprev 03:2003:20, 22 October 2022Wutang talk contribs 1,528 bytes +1,528 Created page with "'''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 loop), block structures, and subroutines. ===Control structures=== Following the structured program theorem, all programs are seen as composed of control structures: * "Sequence"; ordered statements or subroutin..."