0
I didn't understood that what is the difference between "else" and "elseif"?!!
6 Antworten
+ 3
Lets try to understand it in english language.
Only if else :
It means check if condition is true if not than execute else (no other choice).
if else if :
It means check if this condition is true if not check another one (else if) if that not check another one (next else if) and if none of them are true execute else one.
Hope this helps ☺️☺️.
+ 3
Just once again go through my else if part and if your query is not solved than please post it here.I will be happy to help☺️☺️.
+ 1
"if" must be the first statement, "else if"(elif in python) comes after "if", then "else" comes the final;
->> Any language?!
0
Meet Mehta Sousou Thank you friends, but I edited my question, in fact I'm confused now...
0
Meet Mehta I think that I understood, thanks a lot, Wish you success.
0
Happy that helped☺️☺️.