Declare a Boolean variable named allEven. Read in an input value for variable valCount. Then, read valCount integers fro
Posted: Thu Jul 14, 2022 2:19 pm
Declare a Boolean variable named allEven. Read in an input value for variable valCount. Then, read valCount integers from input and output "All match" if all integers are even. Otherwise, output "Not all match". Note: Even numbers are divisible by 2. Ex: If the input is 3309050 , the output is: All match