Write an algorithm that determines whether a given number is divisible by 9 and 5
Answers
Answered by
0
Answer:
Start
Input number
if number%9==0 and number%5==0
then print "Divisble"
else
print "Not divisble"
Stop
Similar questions
English,
5 months ago
Physics,
10 months ago
Math,
10 months ago
Science,
1 year ago
Accountancy,
1 year ago