Define a function checkvalues() with no parameters that reads integers from input until integer 0 is read. The function returns true if none of the integers read before 0 are in the range 1000 to 2000 inclusive, otherwise, returns false



Answer :

Other Questions