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

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.