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-shopping-cart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions pseudocode.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
START
SHOW ListProduct
READ INPUT "choosen product"
ADD choosen product To Cart
IF "id product cart" IS NOT UNIQUE
THEN "number of product" of "id product cart" = +1
ELSE
MAKE NEW "id product cart"
THEN "number of product" of NEW "id product cart" = 1
END