If you have never programmed before, then make sure to read the next section to find out precisely what an “if statement” is, and how to use it. if magic_number ...
The IF expression is evaluated first. If the expression is true, execution flows through the THEN alternative. If the expression is false, the ELSE statement, if present, is executed. Otherwise, the ...