Hello guys, im new to file manipulation and i just create a file with a list of strings, ie:
AAAAAAAAA
CCCCCC
DDDDDD
EEEEEEEE
GGGG
HHH
FFFFFFFFF
I want to sort them inside the file then i need to print them to the console. How am i suppose to do that?
thankks =]