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 Flowchart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions Pseudocode.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
Pseucode Proses order makanan/minuman via online

START

READ "Open aplication"
DISPLAY home page

READ Open menu "food and drink"
DISPLAY food and drink menu

READ "Choose item"
DO add item to cart

READ "Checkout"
DISPLAY confirmation and billing menu


IF Adress is correct
Add adress
ELSE
Write the address according to where the food is received
THEN
Add adress


IF Payment is cash
Order now
ELSE
Displays the payment method options
THEN
Choose payment metode


READ Order now
DO Process Order

Order arrived

END