Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 463 Bytes

File metadata and controls

11 lines (9 loc) · 463 Bytes

Iterating an array of WuMember objects

  • Objective:

    • To concatenate the details of WuMember objects by iterating an array
  • Purpose:

    • To demonstrate practical understanding of while, for, and for each loops.
  • Getting started:

    • The BandManager 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.