Declare a Boolean variable named allEven. Read in an input value for variable valCount. Then, read valCount integers fro
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Declare a Boolean variable named allEven. Read in an input value for variable valCount. Then, read valCount integers fro
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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!