Computer Science, asked by meeraaswalmeera, 4 months ago

Two input number and find whether it is positive or negative

Answers

Answered by Simrankaur1025
9

Explanation:

Approach :

  1. A number is positive if it is greater than zero.
  2. If it is False, the number will either be zero or negative.
  3. This is also tested in subsequent expression.
  4. In case of odd and even A number is even if it is perfectly divisible by 2.
Similar questions