To make the loop run as long as number is less than or equal to 3, we can use the <= sign.

Nice! Now the loop runs once more after number increases to the value 3.

Like when you say less than or equal to, start with < and then use the = sign.