 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | What is the purpose of ‘if’ statement? | 
| Answer» The ‘if’ statement is used to decide on whether a statement or a block should be executed or not. | |