Description: This program first sort the two given arrays and then merge them in ascending order. Primary Inputs: Two arrays of size 5 Primary Output: Single array containing the elements of both the given arrays arranged in ascending order Platform Used: Turbo C++ version 3.0, Borland International Inc. /*program to sort and merge two given arrays*/ ...