Put 3 sensor values on a screen

What I need is pretty much in the title, but how can I put 3 sensor values (distance, light, and temp) on a 1602 LCD, I have a way to make them fit but I need to know how to put them all up on a lcd

lcd.setCursor(col,row);
lcd.print(temp);

any cld programme example should adequately demonstrate this.