What's new

Closed Help make flowchart. please for prelim.

Status
Not open for further replies.

Kdevilk12

Addict
Joined
Nov 22, 2016
Posts
13
Reaction
5
Points
74
Develop a program that allow the user to input the selling price of an item. compute and display the original price after a discount of 15%.
 
1. Gawa ka circle na may nakalagay "start"(without quotes).
2.Arrow pababa.
3. Draw hexagonal polygon, sa loob lagay mo variable names "discount=0.15; price=0;"(without qoutes).
4.Arrow pababa.
5. Draw Italized rectangle (rectangle na patagilid, nakalimutan ko kasi tawag). Sa loob lagay mo lang yung variable name (ex. So sa example natin yun "price;"(without quotes)
6.arrow pababa.
7. Draw Rectangle, lagay mo
"discount=(price÷(100-(discount*100)))*(discount*100);"
(Without quotes).
//formula para makuha ang discount galing kay price.
8. Arrow pababa
9. Draw rectangle. Sa loob lagay mo price=price+discount;
//ibig sabihin yung discount plus discounted price is equal to original price.
10. Draw italized rectangle(parallelogram yata tawag dun, sorry nakalimutan ko kasi). Sa loob lagay mo variable name "price;"(without quotes).
//ibig sabihin output mo si original price.
11. Draw circle lagay mo stop.
 
Status
Not open for further replies.

Similar threads

Back
Top