Explain If - Then - Elself statement
Answers
Answered by
0
Answer:
hii
Explanation:
Answered by
0
Answer:
The If...Then... Else statement allows conditional execution based on the evaluation of an expression. ... The thenpart is executed if condition is true; if condition is false, then elsepart is executed. If the Else clause is not present, control passes to the next statement in the program.
Similar questions