Computer Science, asked by deo22, 11 months ago


Why do we use ELSE in IF ... THEN ... ELSE statement ?
give reason in 3 lines ​

Answers

Answered by niavarghese09
0

Answer:

when the statement of IF is not corrent we use else if .for eg

IF a=b

print ("equal")

else if print("unequal")

Similar questions