Currency
Write a program that will convert U.S. dollar amounts to Japanese yen and to euros, storing the conversion factors in the constant variables YEN_PER_DOLLAR and EUROS_PER_DOLLAR. To get the most up-to-date exchange rates, search the Internet using the term “currency exchange rate” or “currency converter.” If you cannot find the most recent exchange rates, use the following:
1 Dollar = 120.005 Yen
1 Dollar = .881 Euros
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.