Multiple input value's in to 1 textarea ??

Multiple input value's in to 1 textarea ??

The thing I wanna do:
 
<input type="text" name="body" /> (with value cheese)
<input type="text" name="body" /> (with value car)
<input type="text" name="body" /> (with value food)
 
Put the value of those input fields (by a klik on a button or something), in 1 textarea, so it becomes like:
 
<textarea>cheese car food</textarea>
 
I hope that someone can help me with this!
 
Greetz,
choice2rejoice