12
Drag each label to the correct location. Not all labels will be used.
Complete the algorithm to check if an entered number is positive or negative.
End
Stop
Read number a
2.
1. Start.
3.
Display number a.
4.
If a is greater than 0
If a is less than 0 else display "positive"
then display "nagative",