USING C# 1. Create a program that will ask the user to enter the following details. LastName FirstName 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
Max Function
Statistical function is of many categories. One of them is a MAX function. The MAX function returns the largest value from the list of arguments passed to it. MAX function always ignores the empty cells when performing the calculation.
Power Function
A power function is a type of single-term function. Its definition states that it is a variable containing a base value raised to a constant value acting as an exponent. This variable may also have a coefficient. For instance, the area of a circle can be given as:
USING C#
1. Create a
- LastName
- FirstName
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
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 4 images