hey there
I want to create a stack which will have the following methods:
getValueOf ("key")
getKeyOf ("value")
addKeyAndValue ("key" "value")
delete ("key")
can anyone please help me as I am very new to C sharp
I want to create a stack which will have the following methods:
getValueOf ("key")
getKeyOf ("value")
addKeyAndValue ("key" "value")
delete ("key")
can anyone please help me as I am very new to C sharp
Comment