Answered You can hire a professional tutor to get the answer.
Write pseudo code to check if given number is Positive or Negative or equal to 0 using an If- Else statement
Write pseudo code to check if given number is Positive or Negative or equal to 0 using an If- Else statement
start read number if number>0 write number is positive else write number is negative stop