Describe the Relationship

Describe the Relationship

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

Code Area

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

    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
	

Module DR: Describe the Relationship