6
Answers

hash table in c#

. . . Hashtable H = new Hashtable(); H.Add("IL", 500); . . . how can I add 200 to value 500 so it becomes ... ("IL",700)

Answers (6)