Question: For C++ language: Please code, debug and create the submit all files for Programming Challenge #13 Currency Write a program that will convert U.S. dollar
For C++ language: Please code, debug and create the submit all files for Programming Challenge #13 "Currency"
Write a program that will convert U.S. dollar amounts to Japanese yen and to euros, storing the conversion factors in the constants 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. If you cannot find the most recent exchange rates, use the following: 1 Dollar = 98.93 Yen 1 Dollar = 0.74 Euros Format your currency amounts in fixed-point notation, with two decimal places of precision, and be sure the decimal point is always displayed.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
