5.13 - What does ''banana stand for? What is (first ''banana) and why? 5.19 - Write a procedure insert-and that takes a sentence of items and returns a new sentence with an "and" in the right place: > (insert-and '(john bill wayne fred joey)) (john bill wayne fred and joey) Do some testing of insert-and and copy and paste it under the definition.