Temp&Humi Sensor code does not output decimals

No.
DHT11 and DHT22 show both integer values.
With calculation value to °C or °F or whatelse you get a float value.
Sensors always give you a integer.

The Example from Wiki shows you only the raw output from sensor.

If you want better software use the DHTlib from arduino.cc (or ladyada).