How to use switch case for light dependent resistor sensor's value

Nick2012Future:
So I need to use integer value, How do I do to read all 4 values, I guess I can do it sequently one by one, but not all 4 together?

You can read 4 pins at once if they are on the same Port just by reading the Port register.

You can also use byte instead of int for values 0 to 255 and quit wasting RAM.