Question
I am having trouble writing the following program in C++. My output messages seem to be working correctly but it is not calculating my input
I am having trouble writing the following program in C++. My output messages seem to be working correctly but it is not calculating my input value. Can anyone tell me what I'v done wrong?
Write a program that will convert U.S. dollar amounts to Japanese yen and to euros, storing the conversion factors in the named constants YEN_PER_DOLLAR and EUROS_PER_DOLLAR. Use the constants in your calculations, not the numeric literals. Use the following currency exchange rates: 1 dollar=98.93 Yen 1 dollar=0.74 Euros
//Write a program that will convert U.S. dollar amounts to Japanese yen and to euros. //1 dollar=98.93 Yen //1 dollar=0.74 Euros
#include
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started