algorithm to check year is leap year or not
C program check year is leap year or not(flowchart)
- start
- input x
- div=x/4
- if rem=0print true otherwise print false
- stop
Comments
Post a Comment