Page 1 of 1

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
by answerhappygod
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 1
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 1 (30.51 KiB) Viewed 26 times
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