Question: Question 4 ( 2 5 Points ) : Write a python program that does the following: I. Take input of an integer digit. II .
Question Points: Write a python program that does the following:
I. Take input of an integer digit.
II Check whether this number is divisible by and or some of them or none of them. Print if or divides your input number. If multiple of them divides your number, you must mention all of them.
Check the following sample InputOutput for understanding.
Sample Input :
Input Number:
Output: is divisible by and
Sample Input :
Input Number:
Output: is divisible by and
Sample Input :
Input Number:
Output: is divisible by none of them.
You must test the following two test cases with your code and attach the output.
Sample Input :
Input Number:
Output:
Sample Input :
Input Number:
Output:
Sample Input :
Input Number:
Output:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
