I am tryn a currency converter using hash table. What is the technique to use to enble covert both ways. Ex: Dollers to Euro and Euro to Dollers .
I can understand how to do it one way using currency as the hashKey and rate as Hashvalue. (I hope that is the correct way?).
How to do this. Please help. Thankx in advance.