Eric Foster 0e6ae0d1eb completed lab 6 年 前
.gitignore initial commit 6 年 前
Person.java initial commit 6 年 前
PersonHandler.java completed lab 6 年 前
PersonHandlerTest.java initial commit 6 年 前
README.md initial commit 6 年 前
package.bluej initial commit 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.