Home /
Expert Answers /
Computer Science /
c-programming-nbsp-write-a-program-that-will-convert-u-s-dollar-amounts-to-japanese-yen-and-to-pa174
(Solved): C++ programming Write a program that will convert U.S. dollar amounts to japanese yen and to ...
C++ programming
Write a program that will convert U.S. dollar amounts to japanese yen and to euros. You can use the following two named constants in your program: const double YEN_PER_DOLLAR \( =116.79 ; \) const double EUROS_PER DOLLAR \( =.7582 \) Sample input and Qutput: Amount of U.S. currency to convert: \( \$ 100 \) \( \$ 100.00=\$ 11679.00 \) yen and \( \$ 75.82 \) euros
Thanks for the question. Below is the code you will be needing. Let me know if you have any doubts or if you need anything to change. If you are satisfied with the solution, please leave