If the condition mentioned in the if block is False, which statement will be executed first?
Answers
Answered by
7
Hey There :-
- block after else will be executed first if the condition mentioned in the 'if' block is false. The 'if' block usually takes true, but if there is false, it will take the function in the else block.
Similar questions