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.