Counts the number of odd, even, and zero digits in an integer
input value. Repeat until user does not want to continue. Develop
the program in an incremental fashion. For example, write the part
of the program, which inputs a single integer value and displays
number of odd, even, and zero digits in that number. Submit your
partial program for grading to make sure it works for the first few
test cases. Below is an example execution of a partial...