to check the inputted number is positive or negative in flow chart
Answers
Answered by
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