Positive or Negative number checker -V1
Input : Any number
Output : Positive or negative number
Logic : if_condition is used to compare the input number with 0 and 1
Output : Positive or negative number
Logic : if_condition is used to compare the input number with 0 and 1
Check out the first version of same program : Positive or Negative number checker - V2

Comments
Post a Comment