DR.06

Fill in the area between the “ “ to describe the relationship between the x and y values

Code Area

flowchart LR
		
    style A stroke:#6495ED
    style B stroke:#6495ED
		style C stroke:#6495ED
		style D stroke:#6495ED
		style E stroke:#6495ED
		style F fill:#f79e45, stroke:#FFA500

    A((Module DR.01)) --> B((Module DR.02))
    B --> C((Module DR.03))
    C --> D((Module DR.04))
    D --> E((Module DR.05))
    E --> F((Module DR.06))


		subgraph Questions
		A & B & C & D 
		end
		
		subgraph Extension
		E & F
		end