Combining analog input

Sorry I been away for a while. Thanks for the replies!
If I understand you correct Grumpy_Mike I will get the follow result (in a nutshell)?

void setup() {
  Serial.begin(9600);
  pinMode(19, INPUT);
  digitalWrite(19, HIGH);
}