Wilhem Alcivar 0d6d51f6dd
Create .travis.yml
hace 6 años
src updated `PersonHandler` constructor hace 6 años
.gitignore first commit hace 6 años
.travis.yml Create .travis.yml hace 6 años
README.md Update README.md hace 6 años
pom.xml added ReadMe & testing hace 6 años

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.