Java Arrays
Opener: Suppose you are in a large high school and there are 300 students in your class. Even though each of you know your own height, the school administration wants to know the average height of this class and the tallest student of this class. Similarly, sometimes you might want to find out the average price of all 5-seat SUVs, the most or least expensive model etc. How to write Java programs to solve this type of problems?
Arrays of Numbers (https://www.youtube.com/watch?v=l2FZa9-nDMg)
Array Initialization (https://www.youtube.com/watch?v=QrT_hYsRvg0)
Common Array Operations (Start recording PPT)
Your Turn opener problem solved