Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

using java to write. Show me the output. A Person has a name (just a first name for simplicity) and friends. Store the names of

using java to write. Show me the output.

image text in transcribed

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 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 p) getFriendNames getFriendsCount() 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 task

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems An Application Oriented Approach Complete Version

Authors: Michael Kifer, Arthur Bernstein, Richard Lewis

2nd Edition

0321268458, 978-0321268457

More Books

Students also viewed these Databases questions

Question

33. If A 0 and x y, show that Ax Ay.

Answered: 1 week ago

Question

4. What advice would you give to Carol Sullivan-Diaz?

Answered: 1 week ago