Computer Science, asked by spacidshreshta, 10 months ago

Write an algorithm to check whether the no is positive or not

Answers

Answered by sankarinava30
0

Answer:

plzz support me mates

Explanation:

Algorithm To Find Whether A Number Is Positive Or Negative is given below:

Input a number from the user.

If number is less than zero, then it is a negative integer.

Else if number is greater than zero, then it is a positive integer.

Else, the number is equal to zero.

End.

Similar questions