17-05-2019, 12:11 PM
1-start
2- read A
3- R3=A%3
R5=A%5
4-if R3=0
5-ifR5=0
6-write DIVISIBLE
7-if not R#=0 ,if not R%=0
8- write INDIVISIBLE
9-end
2- read A
3- R3=A%3
R5=A%5
4-if R3=0
5-ifR5=0
6-write DIVISIBLE
7-if not R#=0 ,if not R%=0
8- write INDIVISIBLE
9-end