Respuesta :

Answer:

It looks at the condition of the if() statement and determine whether the code inside its block should be run or not.

If the condition is true, run the code,

otherwise, skip that part of the code and continue.