Programming Course in C# ¡Free!

11.13 - Mix and sort files

 Saturday, April 06, 2013 published by Exercises C#

Create a program to read the content of two different files and display it mixed and sorted alphabetically. For example, if the files contain

Dog
Cat

and

Chair
Table

it should display

Cat
Chair
Dog
Table