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

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.