More on if-else
In
if (expression) {
action
}
or
if (expression) {
action
} else {
action
}
the action can be any
statement, including if or
if-else.
Next slide
Back to first slide
View graphic version