Perform operations on arrays using helper methods in C#

Beginner
Developer
Higher Education Educator
K-12 Educator
Student
.NET
Visual Studio Code

Use powerful helper methods to manipulate and control the content of arrays.

Learning objectives

  • Sort and reverse the order of array elements.

  • Clear and resize the elements of an array.

  • Split a string into an array of strings or characters (chars).

  • Join array elements into a string.

Prerequisites

  • Introductory level experience with arrays

  • Introductory level experience with the if statement

  • Introductory level experience with built-in methods on data types (like string)

  • Experience using Visual Studio Code to develop, build, and run C# code