We have two variables,
number and message.
We also have an if statement
that checks if the value of
number is greater than 3.
If the condition is true,
it stores "Number is greater than 3"
in the message variable.
Add an else statement,
which stores "Number is not greater than 3"
in the message variable.