Lesson 5 - Arrays
Objectives
-
The
newoperator, high-level overview of how objects are stored in memory. -
Learn about arrays: C# Arrays.
- Find the max item of the array.
-
Strings as arrays of characters.
- Find how many spaces there are in a string.
The new operator, high-level overview of how objects are stored in memory.
Learn about arrays: C# Arrays.
Strings as arrays of characters.