Computer Science, asked by akshas451, 3 months ago


1. Write a Java program to check whether the given number is divisible by 10 or not​

Answers

Answered by rijularoy16
0

Answer:

1. Now for a given number be it any random number say 'n' be divided by some random number 'm' where 'm' should be smaller than 'n'. Let n=10 and m=3, after using the above approach- n%m that is 10%3 will give remainder equal to unity say it 'r' which is obtained when 10 is divided by 3.

PLEASE MARK IT AS BRAINLIEST AND FOLLOW ME.

Similar questions