diff --git a/flowchart-shopping-cart.png b/flowchart-shopping-cart.png new file mode 100644 index 0000000..a6528ec Binary files /dev/null and b/flowchart-shopping-cart.png differ diff --git a/pseudocode.txt b/pseudocode.txt new file mode 100644 index 0000000..5089ac9 --- /dev/null +++ b/pseudocode.txt @@ -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 \ No newline at end of file