Computer Science, asked by Sargun2006, 4 months ago

write an algorithm and draw a flowchart to accept a number and check whether the number is divisible by 5 and 2.​

Answers

Answered by naikmanthan27
0

Explanation:

for 5 the number should be divisible by the end of number with 5 or 0 for eg. 55 and 40

for 2 the end should be of 2,4,6,8,0

eg 12, 14 ,16, 18 ,20 etc

Similar questions