Question: Add a method: to the Person class of Exercise P3.6. Data from P 3.6 A Person has a name (just a first name for

Add a method:

public int getFriendCount()

to the Person class of Exercise •• P3.6.

Data from P 3.6

A Person has a name (just a first name for simplicity) and friends. Store the names of
the friends in a string, separated by spaces. Provide a constructor that constructs a
person with a given name and no friends. Provide methods:

image text in transcribed

public int getFriendCount()

Step by Step Solution

3.47 Rating (154 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

It looks like you have provided a general description and some methods for a Person class from an ex... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Java Programming Questions!