Connecting one sensor to one analog input should be simple. Try that first. I think the first example in the Arduino analog examples will work for you.
15 is a bit more work. Only the Arduino Mega (16 analog inputs) and Teensy 3.5/3.6 (23 analog inputs) have enough discrete inputs to just hook them all up.
mechusmanbutt:
Can somebody share a code for arduino mega please?
Did you read/understand post#5.
A Mega is a 5volt Arduino.
You can't use a ratiometric 3.3volt sensor without running into hardware issues.
Use a 3.3volt processor.
Leo..