|| means "or" and && means "and", but can I use them like this:
Code:
if(a=1 && b=7 || a=2 && b=77 || a=87){}