[Solved]Java Please Help Problem Add Comment Lines Struggling Really Bad Making Program Program Fi Q37220986
Java, please help me with this problem and add comment lines iam struggling really bad making this program
Your program first at all will ask use to create a friend’scontact info including the name, email address, and the mailingaddress until user entered “n” to stop, and then it will displaythe options for adding, deleting, sorting, searching, and printingof the contact info of the friends. All data entries must bevalidated using Validator class and you may use or modify anyversion of Validator class provided in the book examples. Thefollowing is the detailed spec:
Create an application that can use the email address to searchfor a friend’s name and mailing address. The followingprogrammer-defined classes should be included in theapplication:
Create a class – FriendInfo – class storesfriend records including name, email address and mailing addressand necessary methods.
create a class – MySohu – class creates acollection; carry out adding, deleting, searching, sorting, andprinting operations. You may use any Collection class including Mapdiscussed in the textbook. These operations must be displayed andprocessed as a menu using JOptionPane or any GUI components. Don’tuse System.out for output.
create a class – MySohuApp – the drivercode.
Expert Answer
Answer to Java, please help me with this problem and add comment lines i am struggling really bad making this program Your program… . . .
OR

