problem 1 implement reverse of a list using the predicate reversal(x,revx) where revx is the reverse of the list x. you might want to use append. /* your code here (delete the following line) */ reversal(x,revx) :- false.