You are gives two input Eles inl.txt and in2.txt that each has integer vakes that are already SORTED and in2.txt is sort
Posted: Sun Jul 03, 2022 9:58 am
You are gives two input Eles inl.txt and in2.txt that each has integer vakes that are already SORTED and in2.txt is sorted order Write C++ statements that output into screen the contents of int For example if inlist has 3 6 123 And in2.td has 1 8 Then your statements output to the screens 1 3 6 12 4 Note: You cannot une sorting for this problem (in fact you do not need to use sorting) Note: Do not seamays to solve the problem as it becomes mefficient. Note: Your program should be general and works for any input files not only the example above