CROULLENGE ACTIVITY 6.6.2. Functions with loops. Jump to level 1 Define a function CheckValues() with no parameters that reads integers from input until -1 is read. CheckValues() should return true if none of the integers read before -1 are between 90 and 100 , inclusive. Otherwise, CheckValues0 should return false. Assume-1 is not the first integer read. Ex. If the input is
589101-1, then the output is: All valid values1234