0
Is it possible that both section in if-else execute? In same condition.
2 Antworten
+ 1
Conflicting conditions. There are ways to access both, but not at the same time.
0
By the way, it's worth mentioning that computers operate like this at their hardware level. There are literal switches that's regulating things, and IF-ELSE is one of those switches.