Question: Write a program that asks the user to enter an integer consisting of 4 digits only, and check how many even number (s) is in

Write a program that asks the user to enter an integer consisting of 4 digits only, and check how many even number (s) is in its digits. Sample run 1: Enter a number with four digits: 547 Your number is less than 4 digits. Sample Run 2: Enter a number with four digits: 56597 Your number is more than 4 digits. Sample Run 3: Enter a number with four digits: 5678 There's 2 even number (s). Solution + Screenshot of the run
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
