Question: In java please Define the method checkValues() with a Scanner parameter that reads integers from input until - 1 is read. The method returns true
In java please

Define the method checkValues() with a Scanner parameter that reads integers from input until - 1 is read. The method returns true if all integers read before 1 are equal to 10 . Otherwise, the function returns false. Ex: If the input is 1010101, then the output is: All match 10
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
