Create an iterator that will return the memory address and


Task 1:

Create an Array that holds a 20 random integers between 1-50.

Create an iterator that will return the memory address and value for each integer present in the Array.

Task 2:

Update Assignment 1 Task 2.

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 methods being executed.

Use C++ language please!!

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Create an iterator that will return the memory address and
Reference No:- TGS02943847

Expected delivery within 24 Hours