Arrays

This section will introduce an array. We typically won't use these in our programs because Lists covered in the next section are far more useful, but we need to know what arrays are and how they work.

Arrays

Arrays are collections that cannot change in size once created. They are slightly faster, but lack the flexibility of Lists which you will learn about next.

You can make an array containing any datatype you wish, not just integers and strings in the tutorial.

What to Do?

1 - Read through the tutorial below and try to complete the programming tasks.

2 - Solutions can be found here:

3 - You may view the solutions file in the Files section below to get the answers to the questions asked in the tutorial.

Submit

Nothing to hand in for this one!! This does not mean it is OK to skip this section.


Arrays in C#.pdf