jpsp91 1c9b00aba1 Person Details преди 6 години
.gitignore initial commit преди 6 години
Person.java initial commit преди 6 години
PersonHandler.java Person Details преди 6 години
PersonHandlerTest.java initial commit преди 6 години
README.md initial commit преди 6 години
package.bluej Person Details преди 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.