Computers and Technology

Write a scheme program to perform the following operations:
1. function name: palindrome
input: 1 list, list1
output: list1 + inverse of list1
example:
list1 = (a b c)
output = (a b c c b a)

answer
Answers: 2

Similar questions

Do you know the correct answer?
Write a scheme program to perform the following operations:
1. function name: palindrome

Questions in other subjects: