Write an algorithm and flowchart to input a number and whether it is positive number, negative number or zero.
Answers
Answered by
3
Answer:
1 START
2 INPUT NUMBER
3 IF NUMBER IS less than zero print "negative number"
then goto 4
4 if number is equal to zero then print "number is positive"
else print "number is positive"
5 stop
Answered by
1
Answer:
Write and algorithm and draw a flowchart to
input a number and display if it is a positive
number, negative number or zero.
Explanation:
mark as BRAINLIST
Attachments:
Similar questions