Computer Science, asked by tinujoby123, 5 months ago

write a program and check whether a number is positive or negative​

Answers

Answered by Anonymous
4

Answer:

In the following program we are checking whether the input integer number is positive or negative. If the input number is greater than zero then its positive else it is a negative number. If the number is zero then it is neither positive nor negative.

Explanation:

please vote me thanks me

Similar questions