algorithm to check year is leap year or not

            C program check year is leap year or not(flowchart)
  1. start 
  2. input x
  3. div=x/4
  4. if rem=0print true otherwise print false
  5. stop

Comments

Popular posts from this blog