Basic problem with analogRead()

analogRead("X")

"X" is a string.
analogRead accepts only "int" arguments.