Need help with some code

else if ((yAxis) != 0)

is it possible to say that its not equal to 0 or 1, and if so how?
is it possible to say that its not equal to 0 and 1, and if so how?
else if ((yAxis) != 0 && (yAxis) != 1)
Topic archived. No new replies allowed.