Variable
if comparison
what to do if it IS true
what to do otherwise, if it IS NOT true.
if (comparison)
{what to do if comparison is ture }
else {what to do if comparison is false }
Variable
if comparison
what to do if it IS true
what to do otherwise, if it IS NOT true.
if (comparison)
{what to do if comparison is ture }
else {what to do if comparison is false }