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
When you add or remove an element from ArrayList, the count of it should be increase or decrese simultaneously.
But, in your implementation, you seem to forget it.
The text was updated successfully, but these errors were encountered:
When you add or remove an element from ArrayList, the count of it should be increase or decrese simultaneously.
But, in your implementation, you seem to forget it.
The text was updated successfully, but these errors were encountered: