Question: I have this program You will write a main that declares an array of size 100. In the main you will call three functions. They
You will write a main that declares an array of size 100. In the main you will call three functions. They are int void double readData(int aRI D compDigitSums (int aRI , int size); compAve(int aRI 1, int size); The first function readData is such that using a while loop will read integers from the keyboard and store them in the array aR (that is passed to the function). The while loop will be controlled by an identifier called nag. Our goal is to limit ourselves to two digit integers. The loop will be controlled by an integer identifier called flag which is initialized to be 1. While the flag is one we do the following: Read a character OO F F5 F6 F7 F8 F9
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
