Computer Science, asked by mmodi3081, 3 months ago

Explain If - Then - Elself statement​

Answers

Answered by saumyadilippatel
0

Answer:

hii

Explanation:

Answered by subhaswapnasahu
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