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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!