Answered step by step
Verified Expert Solution
Question
1 Approved Answer
java Activity 3 A Person has a nane (just a first name for simplicity) and friends. Store the names of the friends in a string,
java
Activity 3 A Person has a nane (just a first name for simplicity) and friends. Store the names of the friends in a string, separated by spaces. Provide a class for Person and a constructor that constructs a person with a given name and no friends. Provide the following methods as well: befriend(Person p) unfriend(Person) get FriendNames) get FriendsCount() Suppose you also want to know the number of current persons you have created so far. Declare a new variable for the Person class to handle this taskStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started