AWOL:
sensorValue = analogRead(sensorPin1);
sensorValue = analogRead(sensorPin2);
sensorValue = analogRead(sensorPin3);
The compiler won't complain because there's nothing syntactically wrong, but that doesn't make much sense.
what exactly doesn't make much sense?
can you explain to me