Using Arrays in Microsoft® Visual C#® 2013

  • 11/15/2013

Summary

In this chapter, you learned how to create and use arrays to manipulate sets of data. You saw how to declare and initialize arrays, access data held in arrays, pass arrays as parameters to methods, and return arrays from methods. You also learned how to create multidimensional arrays and how to use arrays of arrays.

  • If you want to continue to the next chapter, keep Visual Studio 2013 running, and turn to Chapter 11.

  • If you want to exit Visual Studio 2013 now, on the File menu, click Exit. If you see a Save dialog box, click Yes and save the project.