Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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)
HincludeStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started