Computer Science, asked by rehanakhatunvip, 9 months ago

Write a program to check a number is div. by 3​

Answers

Answered by tanmayghare00
0

Answer:

If the sum of the digits are divisible by 3

Answered by AryanSharma99
0

Explanation:

You should add the digits if the sum of digits is equal to any multiple of 3 it means it can divisible by3

For ex 243 = 81

3

2+4+3=9

which is multiple of 3

Similar questions