jillyfishloser2960 jillyfishloser2960 25-11-2022 Computers and Technology contestada 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. added 1 clause(s).