USING C#
1. Create a program that will ask the user to enter the following details.
2. After the user enter their LastName and FirstName the program will display "HELLO FIRSTNAME LASTNAME"
3. After displaying the name of the user the program will ask the user to choose the following choices
- Dollar [1]
- Peso [2]
- Dirham [3]
4. After the user chooses a choice the program will ask again to choose an option.
NOTE: let us assume the user chooses number 1, the program will display the details below.
- Dollar to Peso [1]
- Dollar to Dirham [2]
5. After the user chooses an option, the program will display the currency conversion and will display the details below.
----------> The converted currency/value is : the converted currency will display here
6. if the user enters an option that is not listed on the menu the program will display "INVALID CHOICE!"
NOTE: option details are listed below.
Option number 1
USD to PHP
USD TO AED
Option number 2
PHP TO USD
PHP TO AED
Option number 3
AED TO PHP
AED TO USD