Git-Leon 1137a0e1e7
Update README.md
преди 6 години
src added ReadMe & testing преди 6 години
.gitignore first commit преди 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.