Question: using python 4.12 (Check a number) Write a program that prompts the user to enter an integer and checks whether the number is divisible by
using python 
4.12 (Check a number) Write a program that prompts the user to enter an integer and checks whether the number is divisible by both 5 and 6, divisible by 5 or 6, or just one of them (but not both). Here is a sample run: Enter an integer: 10 Enter Is 10 divisible by 5 and 6? False Is 10 divisible by 5 or 6? True Is 10 divisible by 5 or 6, but not both? True
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
