Discuss the below:
Q: Suppose that intList1 and intList2 are list containers and
intList1 = {3, 58, 78, 85, 6, 15, 93, 98, 25}
intList2 = {5, 24, 16, 11, 60, 9}
Show intList1 after the following statement executes:
intList1.splice(intList1.begin(), intList2);