...
In this lab, you will create a class called Sport. 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:
...
Requirement | Notes |
---|---|
Attributes |
|
Class Constructors |
|
Getters |
|
Setters |
|
PrintInformation Print method | The method will output:
|
...
Upload the following:
Full source code (.cpp file files or .txt filefiles)
Screenshot of the Console with the code executing