Define a function CheckVals() with no parameters that reads integers from input until integer 0 is read. The function returns true if all of the integers read before 0 are in the range -10000 to -9000 inclusive, otherwise, returns false.
Ex: If the input is -9500 -8975 0, then the output is:
Invalid value(s)