Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~124 People Reached
Favorite Forums
Favorite Tags
Member Avatar for kCoder

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Collections; namespace ConsoleApplication1 { class collectinexample { ArrayList mylist = new ArrayList(); mylist.Add("apple"); mylist.Add("grapes"); } } this is my code but m getting an error "Error 1 Invalid token '(' in class, struct, or interface member declaration " plz help

Member Avatar for JorgeM
0
124