Please code using java Given 2 lists of comparable String elements and of different lengths, please write code to output
Posted: Wed Apr 27, 2022 3:28 pm
Please code using java
Given 2 lists of comparable String elements and of different
lengths, please write code to output:
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
Given 2 lists of comparable String elements and of different
lengths, please write code to output:
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