Hey I'm having trouble with this program, for some reason im stuck and dont know what to do. If you could help me out that woud be great. What i have to do it this.
Using classes, arrays, sorting and searching write a java program to manage an online address book to keep track of the names, addresses, phone numbers and birthdays of family members, close friends, and business associates. Your program should be able to handle a maximum of 20 entries.
The program should perform the following operations:
• Load the data into from a file into an array of address book
• Sort the address book by last name
• Search for a person by last name
• Print the address, phone number, and date of birth of a given person
• Print the names of people whose birthdays are in a given months
• Print the names of all people between two last names.
need to have a 2 classes: main and address book