Question: Question 4 ( 2 5 Points ) : Write a python program that does the following: I. Take input of an integer digit. II .

Question 4(25 Points): Write a python program that does the following:
I. Take input of an integer digit.
II. Check whether this number is divisible by 4,6, and 10 or some of them or none of them. Print if 4,6, or 10 divides your input number. If multiple of them divides your number, you must mention all of them.
Check the following sample Input/Output for understanding.
Sample Input 1:
Input Number: 40
Output: 40 is divisible by 4 and 10.
Sample Input 2:
Input Number: 60
Output: 60 is divisible by 4,6 and 10.
Sample Input 2:
Input Number: 27
Output: 27 is divisible by none of them.
You must test the following two test cases with your code and attach the output.
Sample Input 1:
Input Number: 38
Output: ???
Sample Input 2:
Input Number: 52
Output: ????
Sample Input 2:
Input Number: 30
Output: ????
 Question 4(25 Points): Write a python program that does the following:

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!