PropellerAds

How to draw a flowchart to display positive or negative number in c

No comments :

How to draw a flowchart to display odd or even number in c





































Algorithm
step1: start
step2: Declare variables N
Step3: read variables N
step4:if N>0
step5: display N is positive
step6: else
step7: display N is negative
step8:stop

No comments :

Post a Comment