How do I add additional sensors?

I want to add more sensors. how should I do?

Add them to what? Deal with each sensor in a function. Move all the code in loop() to a function. Call the function from loop(). Add another function; add another call.