c program to check number is even or odd algorithm

C program to check value is even or odd(flowchart)
  1. start 
  2. input a
  3. a/2 if remender is 0
  4. print even otherwize odd
  5. stop

Comments

Popular posts from this blog