What I'm trying to do is take 2 text files that are sorted in ascending order and merge them into a third text file. The third text file must also be sorted in ascending order. Here's the problem: I...