Write an algorithm to find out if a number is positive or negative
Answers
Answered by
1
- Input a number
- if no. less than 0, then -ve
- if no. greater than 0, then +ve
- else, equal to 0
Similar questions