|
-
Dec 11th, 2006, 03:52 PM
#1
Thread Starter
New Member
Removing All Values From A list in an array
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);
}
-
Dec 11th, 2006, 04:21 PM
#2
Lively Member
Re: Removing All Values From A list in an array
First off, we will not do your homework for you, second off, you didn't give enough instruction. Do your own work and learn.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|