Hey Guys,
My Program was going great... I had to make a Java Phonebook that reads in Firstname Secondname and Phone numer and output them alphabetically in the format Secondname, Firstname Phonenumber.
I can get this is work perfectly, but we have to be able to cater for 1000 inputs. I cant get the program to do this, if I use while loops nothing happens, if i use if loops, again nothing happens, So basically I was wondering if anyone could give me any help at all as to why I cant get it to stop?
Thanks
Heres my code