Computer Science, asked by vutukuruharini, 2 months ago

write an algorithm to find out whether given number is divisible by 10 or not​

Answers

Answered by surajsonkamble05
1

Answer:

read n

if n%10==0

print n is divisible by 10

else

print n is not divisible by 10

Similar questions