5
Answers

if else if else condition stop if first if is true

Photo of Marius Vasile

Marius Vasile

3y
1.1k
1

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)