Computer Science, asked by jyotsana6, 1 year ago

hey friends plzzz help me out to solve this....
Draw a flowchart to input any number and see that if the number is even or odd.

Answers

Answered by mridaniroy
1

Start- enter a- LET b=a/2- LET r=a-b*2-if r = 0- PRINT "EVEN"-else PRINT "ODD"-Stop

Similar questions