PROGRAMMING:Multiples
Write a program that reads in two integers and determines and prints if the first
is a multiple of the second. The question guarantee that the second number won't be 0.
###Input Specification:
Input 2 integers at one line. Separating them by a space.
###Output Specification:
In one line, print “is a multiple of (the second number).” or “is not a multiple of (the second number).”followed (the first number).
### Sample Input:
```in
15 5
```
### Samp; e Output:
```out
15 is a multiple of 5.
```
answer:If there is no answer, please comment
is a multiple of the second. The question guarantee that the second number won't be 0.
###Input Specification:
Input 2 integers at one line. Separating them by a space.
###Output Specification:
In one line, print “is a multiple of (the second number).” or “is not a multiple of (the second number).”followed (the first number).
### Sample Input:
```in
15 5
```
### Samp; e Output:
```out
15 is a multiple of 5.
```
answer:If there is no answer, please comment