Given the following recursive function,
write down the missing code so that this function concatenates the values
in an array named list and returns it in a String.
The values must be separated with a space and in the order of increasing
subscript. The initial call to the function will be made with an index
value of zero.