Nathan Hall ebf36924ca Finished Person Details il y a 5 ans
src Finished Person Details il y a 5 ans
.gitignore first commit il y a 6 ans
.travis.yml Create .travis.yml il y a 6 ans
README.md Update README.md il y a 6 ans
pom.xml added ReadMe & testing il y a 6 ans

README.md

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.