1/3 Test Cases Passed
You need to earn 2 or 3 stars in order to submit.
1/3 Test Cases Passed
You need atleast 2 stars to grade your answer.
Test Cases (0/3)
-
list.print_values() to log 5 7 9
-
list.print_values() to log 3 7 9
-
list.print_values() to log 3 5 7
list.remove_val(3);
list.remove_val(5);
list.remove_val(9);