Page 1 of 1

C++ only: Write a program that reads in a sequence of integers from the user and prints the number of even and odd input

Posted: Tue Jul 12, 2022 8:20 am
by answerhappygod
C++ only: Write a program that reads in a sequence ofintegers from the user and prints the number of even and oddinputs. The user will enter Q to indicate the end of thesequence. Note that the sequence could be of any length.