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...



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.



May 19, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here