Pass the values by reference to complete the programming tasks.
Using multiple functions and receiving user input.
In your main function use a switch case to create a menu for the user.
Create a program that converts user input in Dollars to Euro, Yen, or Peso.
Prompt the user to enter $ amount.
If user input is less than or equal to zero prompt the user and stop the program.
Create 4 Functions:
1) Converts and outputs conversion in Yen
2) Converts and outputs conversion in Euro
3) Converts and outputs conversion in Peso
4) Converts and outputs all 3 currencies.
Update the program to accept user input for dollar amount to be converted.
Attach Snipping photos of all 4 functions being executed.