This topic will show you how to store a number of values of the same type in a collection instead of making multiple variables.
1 - Complete the tutorial Topic 8 - Lists. Answer the questions, and attempt all of the tasks suggested. There is a solution set posted at the bottom of this page.
Here are solutions to the first part of the tutorial:
https://github.com/AldworthClass/Lists
Here are solutions to the second integer part of the tutorial:
https://github.com/AldworthClass/Lists-of-Integers
Here is a good resource for more information on Lists:
https://www.c-sharpcorner.com/article/c-sharp-list/
Here is the solution to Programming Task Random List:
https://github.com/AldworthClass/Programming-Task---Random-Lists
2 - Make a new C# Console .Net Framework project, and complete the assignment Topic 8 - Lists Programming Assignments below. All you need to submit is the Program.cs file, not the entire project. It can be found in the folder where you saved the project.
1 - The Program.cs file found in the project folder of Topic 8 - Lists- Programming Assignments.