Bobcat8395
Bobcat8395
15.04.2020 • 
Engineering

Java Write a program that merges the numbers in two files and writes the results to a third file. The program reads input from two different files and writes the output to a third file. Each input file contains a list of words sorted in ascending order. After the program is executed, the output file contains the words from the two input files in one longer list, also in ascending order.

Solved
Show answers

Ask an AI advisor a question