Question: can you solve this in c++ language You are given two input files inl. txt and in2.txt that each has integer values that are already
can you solve this in c++ language

You are given two input files inl. txt and in2.txt that each has integer values that are already SORTED. Write C#+ statements that output into screen the contents of in1.txt and in2.txt in sorted order. For example if in 1. txt has 12 And in2. txt has Then your C#+ statements output to the screen 12 Note: You cannot use sorting for this problem (in fact you do not need to use sorting). Note: Do not use arrays to solve the problem as it becomes inefficient. Note: Your program should be general and works for any input files not only the example above
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
