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);
}