(Converting dollar into peso) Write a program that converts the input dollar to its peso exchange rate equivalent . Assu
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
(Converting dollar into peso) Write a program that converts the input dollar to its peso exchange rate equivalent . Assu
Paste your code
(Converting dollar into peso) Write a program that converts the input dollar to its peso exchange rate equivalent . Assume that the present exchange rate is 51.50 pesos per dollar. Then display the peso equivalent exchange rate. Here is a sample run: Enter amount in dollar ($): 100 Exchange rate is 51.50 pesos per dollar Amount in peso (P): 5150 Functions to be used: getDollar() displayRate() dianlaypeen()