Closed AlecGoncharow closed 6 years ago
We spoke about changing:
How arrays are constructed, changing constructors to just take in ints as parameters instead of an array.
Renaming the getValue function to getElement
Better checking on the array's dimensions to prevent negative dimensions
I am going to work on this next.. first in Java, then C++
Java version updated with Array - first two. Error checking not done , postponed..
I this is all done. Closing..
We spoke about changing:
How arrays are constructed, changing constructors to just take in ints as parameters instead of an array.
Renaming the getValue function to getElement
Better checking on the array's dimensions to prevent negative dimensions