-
Objective:
- To concatenate the details of
Person
objects by iterating an array
- To concatenate the details of
-
Purpose:
- To demonstrate practical understanding of
while
,for
, andfor each
loops.
- To demonstrate practical understanding of
-
Getting started:
- The PersonHandler class has 3 method stubs to be completed.
- The methods contain line-by-line comments to guide you through the process.
- Ensure all tests cases pass successfully.
- The PersonHandler class has 3 method stubs to be completed.
Do ObjectsOne and TestingPersonClass labs first. (well, unless you want to make things harder. Why?)