Computer Science, asked by rishit7722, 4 months ago

Write an algorithm To check whether the number is divisible by 7 or not.​

Answers

Answered by gopusanjana751
5

Answer:

A number is divisible by 7 if it has a remainder of zero when divided by 7. Examples of numbers which are divisible by 7 are 28, 42, 56, 63, and 98. Divisibility by 7 can be checked by using long division, although this process can be quite time-consuming.

Explanation:

Similar questions