What's new

Help Pacheck naman po if anong mali ayaw kasi mag run e (Pseudocode for point of sale system po) salamat po sa sasagot

Mjik02

Eternal Poster
Established
Joined
Apr 6, 2017
Posts
916
Solutions
119
Reaction
401
Points
488
Age
20
Code:
Start
Scan item barcode
get item name
get item quantity
get item price
Detect if items is taxable
If yes, set tax = o.5*price
If lemonCost == 45
else
lemonCost = 45*quantity
If avocadoCost == 30
else
avocadoCost = 30*quantity
If tamarindCost == 12
else
avocadoCost = 12*quantity
Compute sales tax
Print items and prices to receipt
Calculate subtotal
set subtotal=(sum of prices)
Print subtotal to receipt
Print total sales tax on receipt
Print grand total
set amt=prices+tax
Print receipt
End
 
Last edited:
vb po ba ito?
palagay nalang po sa code block/container:
1663997753017.png
 

Attachments

vb po ba ito?
palagay nalang po sa code block/container:
View attachment 2182234
Code:
Start
Scan item barcode
get item name
get item quantity
get item price
Detect if items is taxable
If yes, set tax = o.5*price
If lemonCost == 45
else
lemonCost = 45*quantity
If avocadoCost == 30
else
avocadoCost = 30*quantity
If tamarindCost == 12
else
avocadoCost = 12*quantity
Compute sales tax
Print items and prices to receipt
Calculate subtotal
set subtotal=(sum of prices)
Print subtotal to receipt
Print total sales tax on receipt
Print grand total
set amt=prices+tax
Print receipt
End

vb po ba ito?
palagay nalang po sa code block/container:
View attachment 2182234
pseudocode po for POS system po
 

Similar threads

Back
Top