Question: NOTE : (the code should be write a java language) NOTE : (the code should be write a java language) Q2: The telecommunication company of
NOTE:(the code should be write a java language)

NOTE:(the code should be write a java language)
Q2: The telecommunication company of Oman "Omantel' has to maintain a huge database of its customers. The maintenance process requires frequent searches, addition, and deletion of the customers. Using a linked list develop a program to store the customers phone numbers and name. The program display a Menu as below- 1: Add a phone Number 2: Delete a Phone number 3: Search a phone number 4: Display all phone numbers 5: Quit Then, the program takes appropriate action depending upon the user choice. The node structure is below. Each node has 3 fields. The first field stores the phone number, the second field is for name, and the third field points to the next node in the linked list. head Phone Nah hert Phele Nether Phan Name next NULL
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
