Lines 4 and 5 let you ask the user for data and save it into a variable. One we are finished with that we make a decision in the code with IF. Between IF and THEN you write an expression that evaluates to true or false in the case we compare age% to a set number. If the expression is true the next block of code is evaluated otherwise it is skipped. You can add extra checks with elseif.