Fill in the area between the “ “ with the equation that connects x and y
Code Area
flowchart LR
style A stroke:#6495ED
style B fill:#f79e45, stroke:#FFA500
style C stroke:#6495ED
style D stroke:#6495ED
style E stroke:#6495ED
style F stroke:#6495ED
A((Module GF.01)) --> B((Module GF.02))
B --> C((Module GF.03))
C --> D((Module GF.04))
D --> E((Module GF.05))
E --> F((Module GF.06))
subgraph Questions
A & B & C & D
end
subgraph Extension
E & F
end