Skill Tree Activated

The quest to become an indie game developer

C#CodingTraining

SoloLearn C# Tutorial – Arrays Properties and Methods

Day 53 #100DaysOfCode

Arrays can be worked with in different ways and I learned more about properties and methods which allow you to manipulate data in specific ways.

By calling the contents of arrays in these ways, you can reduce the number of lines you need to use to make certain calculations.

Properties like Length are useful when setting up for loops because you can call your loop size directly in the statement.

Leave a Reply

Your email address will not be published. Required fields are marked *