You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a class IntegerArray similar to the IntegerList class but with fixed length internal array. Include 2 constructors, one with length for array, and another with the array itself. In the latter case, one can alter contents either with class methods or directly. Essentially enables adding list-like methods to an array, such as add, etc.
The text was updated successfully, but these errors were encountered:
Summary
Add a class IntegerArray similar to the IntegerList class but with fixed length internal array. Include 2 constructors, one with length for array, and another with the array itself. In the latter case, one can alter contents either with class methods or directly. Essentially enables adding list-like methods to an array, such as add, etc.
The text was updated successfully, but these errors were encountered: