Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added AlfinaDamayanti-FE5163274-Flowchart-Revisi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions AlfinaDamayanti-FE5163274-Pseudocode-Revisi.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Proses order makanan/minuman via online

READ and WRITE "Delivery address" with string
READ and WRITE "List menu" with LIST
READ and WRITE "Select menu" with LIST

STORE "List menu" with Food_menus
STORE "Select menu" with TRUE

IF "Select menu" stock less than "List menu"
CHOOSE select another available menu in "List menu"
ELSE
CHOOSE appropriate order

THEN

IF there are additional other Food_menus
CHOOSE "List menu"
ELSE
CHOOSE "calculate total"

THEN

READ and WRITE Total_price with NUMBER
STORE Total_price with "calculate total"

CHOOSE e-wallet payment
IF MONEY >= BILL
PRINT PAYMENT SUCCESSFULL
ELSE
PRINT CHOOSE topup e-wallet

END