i am trying to creat a program in C++ that will read in 3 sorted files(with 15 interger values each), use the merge sort with linked lists, and output a new file. how would i do this?