Computer Science, asked by ishikapal0283, 7 months ago

Question 23.
if...else statement executes its
block when its
condition become false.
Answer:
if... else block
true block
false block
else block​

Answers

Answered by PavoCristatus
6

Answer:

in if.....else statement when the condition becomes true it executes the statements under the if block......and if the condition becomes false then the statements under the else block is executed.....

So the answer will be else block ......

I hope it helped..

Please mark as brainliest answer.....

Similar questions