Write a program that prompts the user to enter five integers that you store in an array. Write a function called quadruple()that takes the array name (or the array address) as a parameter and takes the size of the array as a second parameter. The function multiplies each value by 4 and returns nothing to the calling program. Display the quadrupled results from within the main()function. Save the file as Quadruple2.cpp.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.