posted 13 years ago
Hi!
I am very young and very inquisitive!
I the beginning programmer.
My program
(Sorting alphabetically)
input file:
ccc
ddd
bbb
ddd
aaa
output file:
aaa
bbb
ccc
ddd
ddd
How to make so that in a target file there were no repetitions?
that was like this:
aaa
bbb
ccc
ddd
Help please!)