Question: C++ The program should take a max of 100 inputs and the user enters 0 to end the program. If a number they entered is
C++


The program should take a max of 100 inputs and the user enters 0 to end the program. If a number they entered is divisible by 4, divide it by 4 and append the divided number the array and that will be the modified array. Using the top picture add lines as needed to get the bottom pictures example output. Please implement a divFour function with this as the prototype int divFour(int array[], int numValues)
Hinclude
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
