Key Points :
* Nested if :-
The
dicision making statement in which we can add multiple if statements in the
single
if
statement is known as Nested if statement.
Syntax
:-
if(condition)
{
if(condition)
{
statement;
}
}
No comments:
Post a Comment