Jason Gibbs 735d556a3c All Done# 6 jaren geleden
.gitignore initial commit 6 jaren geleden
Person.java initial commit 6 jaren geleden
PersonHandler.java All Done# 6 jaren geleden
PersonHandlerTest.java initial commit 6 jaren geleden
README.md initial commit 6 jaren geleden
package.bluej initial commit 6 jaren geleden

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.