Lab 2: Write a program that prompts the user to enter 2 file names (both files include integer numbers) , then merges the numbers in two files and writes all the numbers into a third file. Your program:
a) Sorts the numbers before merging
b) Merges the numbers without sorting
c) Prompts the user to input the number of files
d) Checks for file existence before merging