Question: C++ Write a program that reads an amount in dollars. The program should then convert the dollar amount to its equivalent in 4 different currencies.
Write a program that reads an amount in dollars. The program should then convert the dollar amount to its equivalent in 4 different currencies. Based on the problem, you need to design an algorithm as follows: - Read the dollar amount in integer value - Display equivalent amount in Turkish Currency (output is Double) - Display equivalent amount in Jordanian Currency (output is Double) - Display equivalent amount in French Currency (output is Double) What to submit Submit a word document that contains screenshots of your output at the top followed by the code copy/pasted below the screenshot. Please be careful, your code needs to be copy/pasted below the screenshot
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
