Question 3

Plot a graph of Height vs Age given the data below.

Age = (10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30)

Height = (4, 4.5, 4.3, 5, 5.2, 5.8, 5.5, 4.9, 5.11, 6, 5.9)

Label the axis and chart. Age is the x-axis and height the y-axis.

Hint: Use square brackets when assigning values to variables.