English, asked by Arknitin1765, 11 months ago

Write an algorithm to find out if a number is positive or negative

Answers

Answered by ShreyaJayaraj
1
  1. Input a number
  2. if no. less than 0, then -ve
  3. if no. greater than 0, then +ve
  4. else, equal to 0

Similar questions