Question: #include #include using namespace std; const int N-20; //Function prototypes void initialize (int& zeroCount, int& oddCount, int& evenCount) void getNumber (int& num) void classifyNumber (int






#include #include using namespace std; const int N-20; //Function prototypes void initialize (int& zeroCount, int& oddCount, int& evenCount) void getNumber (int& num) void classifyNumber (int num, int& zeroCount, int& oddCount, int& evenCount) void printResults (int zeroCount, int oddCount, int evenCount); int main () //Variable declaration ///Add ratio variable int counter; int number; int zeros; int odds int evens: /loop control variable //variable to store the new number //variable to store the number of zeros //variable to store the number of odd integers //variable to store the number of even integers ///Add fst.ceau variable and required strings for input file initialize (zeros, odds, evens); //Step 1 cout Please enter #include using namespace std; const int N-20; //Function prototypes void initialize (int& zeroCount, int& oddCount, int& evenCount) void getNumber (int& num) void classifyNumber (int num, int& zeroCount, int& oddCount, int& evenCount) void printResults (int zeroCount, int oddCount, int evenCount); int main () //Variable declaration ///Add ratio variable int counter; int number; int zeros; int odds int evens: /loop control variable //variable to store the new number //variable to store the number of zeros //variable to store the number of odd integers //variable to store the number of even integers ///Add fst.ceau variable and required strings for input file initialize (zeros, odds, evens); //Step 1 cout Please enter