c define a function checkvalues() 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 900 to 1000 inclusive, otherwise, returns false.