In this chapter, you learned how to work with arrays and how to pass them into methods. You also learned how to operate on arrays and then return some kind of useful quantity based on the arrays.
In the next chapter, you will learn about reference type and value type variables.