This is my beginning code; help to finish it please.
Thomas Wilson
public void removeAll(int newVal)
{
for(int i = 0; i < list.length; i++)
{
if(list[i] == list[i])
removeFirst(newVal);
}
|
Results 1 to 2 of 2
Threaded View
|
Click Here to Expand Forum to Full Width |