Learn how to organize data and automate repetitive tasks with arrays and loops.
Continue your C# learning journey with Learn C#: Arrays and Loops. Create, access, and manipulate arrays using some of C#'s built-in array methods. Traverse those arrays using various types of loops.
* Create and edit arrays
* Write `for` and `while` loops
* Loop through arrays
### Notes on Prerequisites
We recommend that you complete [Learn C#: Methods](https://www.codecademy.com/learn/learn-c-sharp-methods) before completing this course.
Continue your C# learning journey with Learn C#: Arrays and Loops. Create, access, and manipulate arrays using some of C#'s built-in array methods. Traverse those arrays using various types of loops.
* Create and edit arrays
* Write `for` and `while` loops
* Loop through arrays
### Notes on Prerequisites
We recommend that you complete [Learn C#: Methods](https://www.codecademy.com/learn/learn-c-sharp-methods) before completing this course.