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
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
Computer Science,
3 months ago
English,
3 months ago
Hindi,
7 months ago
Computer Science,
7 months ago
Math,
1 year ago
Chemistry,
1 year ago
Social Sciences,
1 year ago