Get integer from user Read and save integer as num IF num>0 Then Print "the number is positive" Else IF num<0 Then Print "the number is negative" Else IF num=0 Then Print "the number has no sign" End If