c program to check number is positive or negative algorithm

C program to check number is positive or negative (flowchart)
  1. start
  2. input a
  3. if a>0 then 
  4. print positive
  5. otherwiese 
  6. print negative
  7. stop

Comments

Popular posts from this blog