5
Answers

if else if else condition stop if first if is true

I have an if - else if - else condition but I want to pass through all if's until the end to check all conditions. Currently it stops if the first if is true. How do I do that?

Answers (5)