Question: Exercise - Even Numbers Write a Python program to read an integer from the keyboard and print 'Even number' only if it is an even
Exercise - Even Numbers
Write a Python program to read an integer from the keyboard and print 'Even number' only if it is an even number. Follow the example below:
Enter an integer: 4 Even number Done
Enter an integer: 7 Done
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
