if - else
if ( condition )
{
statement(s) /* the if clause */
}
else
{
statement(s) /* the else clause */
}
Previous slide
Next slide
Back to first slide
View graphic version