JFrocks5782 JFrocks5782 25-11-2022 Computers and Technology contestada 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.