[12 / 3 / ?]
>Write a program that loads a series of strings from a file, sorts them alphabetically and outputs them
Idk how to effectively sort them, the file is a list of names that has no real limit and I can't endlessly write if's. How do I do this?
Idk how to effectively sort them, the file is a list of names that has no real limit and I can't endlessly write if's. How do I do this?