25.11.2013, 17:23
I guessed correctly then!
Yes, the symbol != means 'not equal to', therebefore it should be like the code I posted above (1st post). If all of them (small, medium, big cans) are not 1, then that means that all of them are empty.
The problem was that you used OR (||) instead of AND (&&).
Yes, the symbol != means 'not equal to', therebefore it should be like the code I posted above (1st post). If all of them (small, medium, big cans) are not 1, then that means that all of them are empty.
The problem was that you used OR (||) instead of AND (&&).