What is a nested if
and how many times can we nest?
if
branch within an if
branchif
branchif
branchGreat work. A nested if
is an if
branch within another if
branch and there's no limit to the number of nests we can have.
Not quite. A nested if
is an if
branch within another if
branch and there's no limit to the number of nests we can have.