This website works better with JavaScript
Home
Explore
Yoda
Portal
Forum
Help
Sign In
fosteric
/
ZCW-Arrays-PersonDetails-BlueJ
forked from
ZipCodeWilmington/ZCW-Arrays-PersonDetails-BlueJ
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
2
Commits
1
Branch
Branch:
master
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
ZCW-Arrays-PersonDetails-BlueJ
/
README.md
README.md
636B
Permalink
History
Raw
Iterating an array of
Person
objects
Objective:
To concatenate the details of
Person
objects by iterating an array
Purpose:
To demonstrate practical understanding of
while
,
for
, and
for each
loops.
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.