Computer Science, asked by zehra53, 5 months ago

Algorithm and Flowchart to accept
check if it is divisible by 5 and 7.
a number and​

Answers

Answered by jaisuryabro
1

Answer:

1.if (number% 5=0 & number%7=0)

2.accept.

3.else reject.

Similar questions