write an algorithm to check whether a number is positive or negative
Answers
Answered by
6
if the given number is less than 0 then its is negative... or if the number is greater than 0 then it is positive number...
Similar questions