Question: please complete the function below: /** * size * size returns the number of key-value pairs in the symbol table. * it returns 0 if
please complete the function below:
/**
* size
* size returns the number of key-value pairs in the symbol table.
* it returns 0 if the symbol table is empty.
*/
public int size () {
return -1; // ToDo 1 fix this
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
