hello guys...
i have a problem on how to arrange my data.
i have 2 data in a different files..
file 1
3 1 2
file 2
4 3 2 1
2 3 4 5
6 5 3 4
want i want to do is to combine this 2 different files into 1 file, so it'll be like this...
file 1 + file 2
3 1 2
6 4 2
5 3 3
3 2 4
4 1 5
i have try so many times, but i still cannot do like what i want...
i hope anyone here can help me...
thank you very much for ur help..:)
Read the numbers into a two-dimensional vector and then write them out in the desired order.