I am new to programming and I am trying to learn, I got a book and it has some problems in it,
Here is one of the problems that I would like some help with if anyone could help me through it
of if you have any code that is similar to what I am looking for that would be greatly appreciated.
The book did not give me any of the answers. Thanks in advance. Josh
I need a lot of help with writing a program that will read a file of text,
and accomplish the following:
1.) Read in a list of names, addresses, zip codes, and phone numbers.
2.) Allow the user to select subgroups on any field (e.g. lists who reside in
the State of Texas, or whose telephone numbers are in the area code.
3.) Maintain alphabetized sublists of the subgroups selected by the user
4.) Print a summary of individuals in each subgroup selected by the user