Write a program that prompts the user to enter five integers that you store in an array. Write a function called quadruple()that takes a single-integer parameter and multiplies it by 4, returning the result to the calling program. Call the function once for each of the five integers, then display the quadrupled results from within the main()function. Save the file as Quadruple.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.