Conditional
If (boolean-expression)
{

}

else

{

}

// If the boolean-expression evaluates to true , all lines of code between phrases.
