Hi,
I started writing a program that takes a name and put it in a list (created in the program) by alphabetical order. I almost finish it. But I can't figure out how to compare the string with other strings in the list and insert it at the right position. Here is my code so far. Please help me out.