Java Program of PhoneBook Manipulation
Question: Airone mobile services needs to store their customer details in the company portal. The details are customer’s first and last name, phone number, and email address. Help the company develop an application to maintain the details of their customer systematically. You are provided with a class Contact with the following attributes as private. String…