 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | When is ‘if-else’ statement used? | 
| Answer» ‘If else’ statement is a conditional branching statement used to execute a set of codes when the condition is true, otherwise executes a different set of the codes in the “else” part. | |