To check if data point is within the upper bound, we'll code an if statement that checks if point > high.
if
point > high
Make sure to pick if followed by point and then >, high.
point
>
high