To check if data point is within the upper bound, we'll code an if statement that checks if point > high.

Make sure to pick if followed by point and then >, high.