Lesson 7: Arrays

1. Watch video "15a Java Arrays Presentation". Note the elements of creating, indexing, and finding the length of Arrays. Presentation available at: http://nebomusic.net/javalessons/15a_Java_Arrays_and_Array_Lists.pdf


2. Watch video "15b Work Together in Array Workspace Practice 01 Creating Arrays".  Work with the video to practice creating and operating on integer and String Arrays in the Array Workspace.


3. Watch video "15c Overview of Arrays - Level 1 Problems" for overview of Arrays - Level 1 Problems.


4. Complete the following Problems from Arrays - Level 1:

    6.1.1: Array First Element

    6.1.2: Array Last Element

    6.1.3: Array Middle Element

    6.1.4: Creating an Array

    6.1.5: Initializing an Array

    6.1.6: Array Sum

    6.1.7: Array Multiplay


5. Watch video "15d Swapping Values" for an overview of the element of swapping values in variables and Arrays. Presentation available at: http://nebomusic.net/javalessons/15d_Swapping_Values.pdf


6. Watch video "15e Work Together in Array Workspace Practice 02 Swapping". Work with the video to practice swapping with variables and Array elements.


7. Watch video "15f Searching Through Arrays".  Note how the For Loop is used to examine each element of an Array.  Presentation available at: http://nebomusic.net/javalessons/15f_Searching_Through_Arrays.pdf


8. Watch video "15g Work Together in Array Workspace Practice 03 Searching Arrays".  Work with video to practice searching through each element of an Array


9. Watch video "15h Overview of Arrays - Level 2 Problems" for overview of Arrays - Level 2 Problems.


10. Complete the following Problems from Arrays - Level 2:

    6.2.2: Array Max

    6.2.3: Array Min

    6.2.4: Array Average

    6.2.5: Reverse Array

    6.2.6: Array Swap First Last

    6.2.7: Array Repeat

    6.2.8: Array Element Repeat

Java Data Elements V2022