Computer Science, asked by kanatos, 1 year ago

to check the inputted number is positive or negative in flow chart

Answers

Answered by ashblend17
1

•start

•input variable

•use expression, if(input>0)

•if the above condition is true, input is positive.

•If the above condition is false, input is negative or zero.

•stop

Similar questions