🎯 Objective
In this lab, you will create a class called Team. Your program will Contain a Vector of 4 Teams (you can populate the data with a constructor). Additionally, use a loop to iterate through the items displaying the Information (objects data) The class will have the following attributes:
\uD83D\uDDD2 Requirements
Requirement | Notes |
---|---|
Attributes |
|
Class Constructors |
|
Getters |
|
Setters |
|
Print method | The method will output:
|
🚚 Deliverable
Upload the following:
Full source code (.cpp files or .txt files)
Screenshot of the Console with the code executing