hello there,
I have a question needs to be solved in C,I’ve tried 2 think about it,,,but I’ll appreciate any help I can get,you don’t have to put the whole program if you don’t want to,but how about if you offered any idea on solving it,,,,,
–it is in C not c++,,,,
you can use anything in arrays,functions…….
I need help in it please,
thaaaanks for anyone helps…..!!
Here is the whole question:
Consider te following foreign currencies and their equivalents to one U.S. dollar
British pound: o.6 pounds per U.S dollar
Canadian dollar:1.3 dollars per U.S. dollar
Dutch guilder: 2.0 guilder per U.S. dollar
French franc:6.0 francs per U.S.dollar
Italian lira:1250 lira per U.S.dollar
Japanese yen:140 yen per U.S.dollar
Mexican peso:1600 pesos per U.S.dollar
Swiss franc: 1.4 francs per U.S.dollar
west German mark:1.7 marks per U.S.dollar.
Write an interactive,menu driven program that will accept two different currencies and return the value of the second currency per one unit of the first currency
for example: if the two currencies are japanese yen and mexican pesos,the program will return the number of mexican pesos
equivalent to one Japanese yen.
Use the data given above to carry out the conversions.
Design the program so that it executes repetitiously,until an ending condition is selected from the menu.
———–
please reply as soon as you can,,,,,,,,thanks…!
Extra tags: