Computer Science, asked by jeyanthisomu937, 5 months ago

Write an algorithm and draw flowchart to accept a number & check whether
the number is divisible by 5 and 2 or not.

Answers

Answered by AnindaBasu
4

Answer:

step 1: Start

step 2 : Input a number a

step 3: if a mod 2=0 then go to step 4 else go to step 5

step 4:print " it is even no" goto step 6

step 5:print "it is odd no"goto step 6

step 6: stop

Attachments:
Similar questions