Assume the following code appears in a list class's add method, and that the elements field contains the number of elements stored in the list. What is wrong with the code?
// If the list is full, resize it.if (elements == list.size())resize();
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.