Computer Science, asked by anupamaprasad57, 3 months ago

Write an algorithm and flowchart to input a number and whether it is positive number, negative number or zero.

Answers

Answered by borhaderamchandra
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 lindfay1623
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