A Selection Structurethe if statement
if ( condition is “true” )
{
statement(s)
}
if ( value == 0 )
{
printf (“The value you entered was zero\n”);
}
Previous slide
Next slide
Back to first slide
View graphic version