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


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.



May 19, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here