Computer Science, asked by shwetabhartinoida, 2 months ago

Briefly explain the Condition statement IF...THEN...ELSE .

Hii XD ​

Answers

Answered by IONEVENNO234
6

Answer:

The If...Then... Else statement allows conditional execution based on the evaluation of an expression. ... The then part is executed if the condition is true; if the condition is false, then else part is executed. If the Else clause is not present, control passes to the next statement in the program.

Similar questions