Question: Write a program that reads an arbitrary number of even integers that are in the range 2 to 100 inclusive and counts how many occurrences of each are entered. Indicate the end of the input by an odd integer. After all input has been processed, print all of the values that were entered by the user along with the number of occurrences.