Question: with C++ Write a program that asks user for amount of dollars and converts them to euros. In the end the program prints the amount

with C++
Write a program that asks user for amount of dollars and converts them to euros. In the end the program prints the amount of euros on screen. The exchange rate for euros is 0.727802. Use variables of the type double. Example output: How much dollars do you want to exchange: 10 Amount in euros: 7.27802
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
