Question: Write a program that will convert a CANADIAN dollar amount input by the user to the following currencies: Indian rupees Japanese yen Euros U.S dollars
Write a program that will convert a CANADIAN dollar amount input by the user to the following currencies: Indian rupees Japanese yen Euros U.S dollars Get the most up-to-date exchange rates by searching the Internet using the term currency exchange rate. When doing your calculations, make sure you store the exchange rates in the constants such as: RUPEES_PER_DOLLAR YEN_PER_DOLLAR EUROS_PER_DOLLAR USD_PER_DOLLAR Remember: For each problem, include several (more than 1) test runs of the program to show successful runs of your program. Please ensure the program is well designed and follows accepted style guidelines (e.g. variable naming, indentation, spacing). Please ensure the program is well documented (comments), including the overall purpose of the program and documenting all the major sections of the code. Please make sure your program prints out the purpose of the program when it is run so that the user knows what the program does. IN C++ programming language
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
