We can code an else statement to run its code block when the if and else if conditions are false.
else
if
else if
false
Make sure to pick else, followed by {, and finally }.
{
}