Parameter flowchart TD A(Start) --> B{Condition} B -- Yes --> C[Execute loop body] C --> B B -- No --> D(End)