Given 2 lists of comparable String elements and of different lengths, please write code to output:
"The tail of A is the reverse of B." if
listA: x, y, z, f, a, b, d, A, B, C, D, E, F
listB: F, E, D, C, B, A
"The tail of A is NOT the reverse of B." if not