Merge Sorted Linked List Problems

https://ide.geeksforgeeks.org/ZmRtyT4iyT-----what’s the error in my code please help me to correct them.

as suggested in one of similar compilation doubt i have changed the LinkedList to Main but still there are errors i mean compilation ones although it works perfectly fine on other online compilers lile gfg ide-----https://ide.geeksforgeeks.org/XXSH44V9pX

@AbhishekAhlawat1102,

https://ide.codingblocks.com/s/253418 corrected code

You have to print the output of each testcase in a new line. Hence you just need to add println in display. Your logic and code is correct.

@AbhishekAhlawat1102,
Is this code for the mentioned question?