InterviewSolution
Saved Bookmarks
| 1. |
Define if statement. |
|
Answer» ‘If’ condition is used to check a specific condition. It performs a course of action if the condition is true, otherwise it is ignored. |
|