So i have this assignment which I don't know too much about it. I just need how to find the oddTally
given the "int.txt" and "out.txt" files, the programmer will read in 20 integers from in.txt, tally the numbers of ood and even number witihn the files, calculate the sum and average of both even and odds numbers respectively and close the program with the following message " thanks for using (first and last name) to do you calculations today". Output all your results within the output file, out. txt, which is given to you as well. follow this prototypes
void readData(int num)
void oodTally(int num)
void oddSum(int num)
void oddAverage(int num)
void evenTally(int num)
void evenSum(int num)
void evenAverage(int num)
void displayNames (string name1, string name 2)