Create cpp program you will copy and paste your full program


Problem

Create a new C++ program, you will copy and paste your full program code into the Answer box for the question. Note: Code must be in the main function only.

1) Code the statements that will create an array. You will be given the values it needs to hold. NOTE: You are only allowed to create one array.

2) Create a pointer that will point to the array you created above

3) Create a loop that will perform a mathematical calculation, using the pointer, that will alter the value of each element in the array.

4) Create a second loop to display the contents of the array using the pointer you created above.

5) The program output will be given to you.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Create cpp program you will copy and paste your full program
Reference No:- TGS03275785

Expected delivery within 24 Hours