PPT Slide
Nested if / else
if ( i == 10 ) {
if ( j < 20 )
a = b;
if ( k > 100 )
c = d;
else
a = c;
}
else
a = d;
// this if
//with this else
// this if
// with this else
Previous slide
Next slide
Back to first slide
View graphic version