Homework 3, week2 : Arrays & ArrayLists
Some assignment coding for a class with methods for working with and manipulating Arrays and ArrayLists.
- To count the number of occurrences of the given element in the given array.
- To find the max number in the given array.
- To keep track of every occurrence of the max number in the given array, AND:
- to put all of the zeros in the given array, at the end of the given array;
- to update the array itself;
- to maintain the order of the non-zeros.
