https://github.com/zipcodecore/persondetails
https://github.com/zipcodecore/persondetails
corejava corejava-chapter3 corejava-chapter3-section10 corejava-chapter3-section8
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zipcodecore/persondetails
- Owner: ZipCodeCore
- Created: 2018-01-24T22:12:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T16:50:12.000Z (over 2 years ago)
- Last Synced: 2025-04-15T21:15:14.418Z (9 months ago)
- Topics: corejava, corejava-chapter3, corejava-chapter3-section10, corejava-chapter3-section8
- Language: Java
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 49
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/Zipcoder/CR-MesoLabs-Loops-PersonDetails/blob/master/src/main/java/com/zipcodewilmington/PersonHandler.java) class has 3 [method stubs](https://en.wikipedia.org/wiki/Method_stub) to be completed.
* The methods contain line-by-line comments to guide you through the process.
* Ensure all tests cases pass successfully.
Do _ObjectsOne_ and _TestingPersonClass_ labs first. (well, unless you __want__ to make things harder. Why?)