jpsp91 1c9b00aba1 Person Details 6 vuotta sitten
.gitignore initial commit 6 vuotta sitten
Person.java initial commit 6 vuotta sitten
PersonHandler.java Person Details 6 vuotta sitten
PersonHandlerTest.java initial commit 6 vuotta sitten
README.md initial commit 6 vuotta sitten
package.bluej Person Details 6 vuotta sitten

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.