Question 1
Money Exchange wants to develop a program to display how much Malaysian Ringgit (RM) would be required to buy British Pound (Pound), US Dollar (USD), Australian Dollar (AUD) and Saudi Riyal (Riyal). The exchange rates are as in theTable 1 below.
The staff can choose the listed foreign currency. The numbers 1, 2, 3 and 4 would be used to represent Pound, USD, AUD, Riyal respectively. They will key in the currency amount and the program will display how much Malaysian Ringgit (RM) would be required to buy the chosen foreign currency. Use constant to fix the exchange rates.
Table 1: Exchange Rate
Foreign Currency Units [=1 Malaysian ringgit]
Rate
1 Pound Sterling (Pound)
5.81
1 US Dollar (USD)
4.12
1 Australian Dollar (AUD)
3.23
1 Saudi Riyal (RIYAL)
Use the following functions :
double get_input( ) //to receive input for the selected foreign currency
double foreign_currency( ) //to determine the RM required for the selected foreign currency and the result will be returned to main() to be output
The program also allows the user to repeat this process as often as the user wishes. Write the complete C++ program for the given problem.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here