Which statement is executed if the condition resolves FALSE value in IF…ELSE statement.
Answers
Answered by
0
Answer:
An else statement contains the block of code that executes if the conditional expression in the if statement resolves to 0 or a FALSE value. The else statement is an optional statement and there could be at most only one else statement following if.
Explanation:
Similar questions