write an algorithm to know whether up number is positive or negative
Answers
Answered by
1
Answer:
Algorithm To Find Whether A Number Is Positive Or Negative is given below:
1. Input a number from the user.
2. If number is less than zero, then it is a negative integer.
3. Else if number is greater than zero, then it is a positive integer.
4. Else, the number is equal to zero.
5. End.
Explanation:
PLEASE MARK ME AS A BRAINIEST
Similar questions