Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

I just need the code that will ask the user to add, delete, update and search (b

ID: 3541487 • Letter: I

Question

I just need the code that will ask the user to add, delete, update and search (by name/phone/e-mail/group) with  error check. Open the file below:



https://www.dropbox.com/sh/5xcs8kw79rrptam/E1cXuV81-d

This assignment should help you review what has been learned in CSC 201, including object-oriented programming, arrays, files and exceptions. GUI is not required. However, a bonus can be awarded if you use GUI. You are to design a Java application to manage your contact information. Each contact may have the following data: name addresses e-mails phones group Each contact may have multiple addresses, e-mails and phones, and may belong to a group. One of them is designated as the primary. The following operations are required on the contact information: add delete update search (by name/phone/e-mail/group) All the data must be saved in an XML file and kept updated. Generate an exception for any input error.

Explanation / Answer

c c c c