Computer Science, asked by faizanjaveed898, 2 days ago

How does an IF…. THEN statement differ from an IF….THEN….ELSE statements? Write the syntax of both the statements.​

Answers

Answered by pranav2627finite
0

Answer:

Explanation:

so here's the explanation

when you use a IF....THEN statement  you mean to say that if the given condition is true then do the given action but in  IF….THEN….ELSE if the given condition is true then do the give action but if it is false (it will go to else ) it will do the given action in else statement.

Similar questions