2c scatter flowchart
flowchart LR
B --> I --> C
C --"Y"--> o1a
C --"N"--> o2a
o1b --> P1
o2b --> P2
P1 & P2 --> O --> E
B(["Begin"])
I[/"Input"/]
C{"Condition"}
P1["Process 1"]
P2["Process 2"]
O[/"Output"/]
E(["End"])
o1a(("1"))
o2a(("2"))
o1b(("1"))
o2b(("2"))
Author, "Title", Source, Date, https://url.com
[20241124]