Write a C++ code that keeps reading integer numbers (x) until a
negative number is entered. Every time x is entered, the program
does the following: calculates and prints the product of odd
numbers. calculates and prints the count of numbers that ends with
19. Example, 19, 3219, 50619,....etc calculates and prints the
percentage of the numbers that contain 3 digits exactly, such as,
301, 500, 206,...etc.