Link Search Menu Expand Document

Lesson 5 - Arrays

Objectives

  1. The new operator, high-level overview of how objects are stored in memory.

  2. Learn about arrays: C# Arrays.

    • Find the max item of the array.
  3. Strings as arrays of characters.

    • Find how many spaces there are in a string.

Home Assignments

  1. Sum of Positives

  2. Product of Negatives

  3. Last Positive

  4. Type of a Sentence

  5. Palindrome

  6. Paging