Write a C++ program which reads lines from the "otherSorts.txt" text file into a string array until EOF. Incorporate the "Merge" and "Mergsort" functions on pages 413-415 in the textbook to sort the array. Modify the function to count the number of times each function is called. Output the sorted lines to a file, followed by a blank line and statements indicating the number of times each function was called.