|
|
Subject:
C# program: hints/example given:plz help ASAP
Category: Computers > Programming Asked by: sean07-ga List Price: $30.00 |
Posted:
04 Oct 2004 22:10 PDT
Expires: 05 Oct 2004 22:48 PDT Question ID: 410445 |
Develop a library that adds two mixed currencies together and return a US dollar amount. For example, adds 5 francs and 500 Yen together ( u can include some other currecies also). The library should handle any currency as long as the exchange rates are provided. ( you can get some conversion rates at http://www.exchangerate.com/). | |
|
|
There is no answer at this time. |
|
Subject:
Re: C# program: hints/example given:plz help ASAP
From: chris2002micrometer-ga on 05 Oct 2004 12:42 PDT |
It seems to me to be far simpler to keep a conversion table for world currencies, convert to dollars and add. |
Subject:
Re: C# program: hints/example given:plz help ASAP
From: sean07-ga on 05 Oct 2004 15:41 PDT |
This program doesn't need a conversion table for all the currencies...it just needs a few of them as example. And the idea of converting them into dollar seems good. But, I need the implementation code and the test cases in C#. I'll have to test them in NUnit. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |