Answered step by step
Verified Expert Solution
Question
1 Approved Answer
c) Define a class Person which has fields, first name and surname and defines a toString method. (5 marks) a crowd of people defined by
c) Define a class Person which has fields, first name and surname and defines a toString method. (5 marks) a crowd of people defined by the Person class in part c above (7 marks) e) Write a control program which uses the crowd class and which does the following: i Adds five people to the crowd ii) Outputs the 3rd person in the crowd iii) Removes the 2nd person from the crowd iv) Outputs the size of the crowd. (8 marks)
Step 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