Sunday, 24 September 2017

Nested if statement with Program | #19




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

Popular Posts :