Write about IF..THEN..ELSE Statement.
Answers
Answered by
0
Explanation:
If then else is a conditional statement..
conditional statement means ...
if your 1st case doesn't works then it will jump to the 2nd case and then 3rd ... if all the cases doesn't satisfy the requirements then the else part will work .
Similar questions