Suriin ang IDNStudy.com para sa mabilis na mga solusyon sa iyong mga problema. Sumali sa aming komunidad ng mga bihasa upang makahanap ng mga sagot na kailangan mo sa anumang paksa o problema.

Create a flow chart and a program that will determine if the inputted number is positive,negative or zero.


Sagot :

I can provide you that but we cannot create a flowchart here. there is no features for creating a flow-chart here. But this is simple. but i will give you the flow.

1. START
2. input a number
3. if number < 0
3.1 display "NEGATIVE"
3.2 goto EXIT
4 else if number > 0
4.1 display "POSITIVE"
4.2 goto EXIT
5. else 
5.1 display "ZERO"
6. EXIT

Note: Don't forget to rate my score and give me good score. Thank you. Goodluck to your school