Computer Science, asked by sarth4u, 6 months ago

write a program in java to accept three number and print the largest of three numbers​

Answers

Answered by shantanukumar9686
2

Answer:

If the sum of the digits of a number is divisible by 3, then the number is divisible by 3. Some examples of numbers divisible by 3 are as follows. The number 85203 is divisible by 3 because the sum of its digits (8 + 5 + 2 + 0 + 3 = 18) is divisible by 3.

Similar questions