(Checking 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, or neither of then, or just one of them. Here are some sample runs for inputs 10, 30, and 23.
10 is divisible by 5 or 6, but not both
30 is divisible by both 5 and 6
23 is not divisible by either 5 or 6
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.