Computer Science, asked by rita87, 1 year ago

Write an algorithm to input two numbers and check whether they are multiples of 5 or not...

Answers

Answered by abhishek4273
4

Answer:

When one number can be divided by another number with no remainder, we say the first number is divisible by the other number. for example, 20 is divisible by 4(). if a number is divisible by another number it is also a multiple of that number.

Explanation:

I believe you will get help with this..

Similar questions