From c1acf652bdedc5341cd3ba39c088e27cf7b464ec Mon Sep 17 00:00:00 2001 From: Abdulbari Qaisar Date: Fri, 16 Sep 2022 18:00:59 +0300 Subject: [PATCH] Adding a pesudocode to making a sandwich --- class-1-pseudocode/pesudocode-halit-muslem.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/class-1-pseudocode/pesudocode-halit-muslem.md b/class-1-pseudocode/pesudocode-halit-muslem.md index a0dc9dd..2e319e2 100644 --- a/class-1-pseudocode/pesudocode-halit-muslem.md +++ b/class-1-pseudocode/pesudocode-halit-muslem.md @@ -8,3 +8,14 @@ Steps to boil water: - this is line 3 - this is line 4 - this is line 5 + + +steps to make a sandwich: + +- Start with two pieces of bread. +- while the first piece of bread is not covered with peanut butter on one side +Spread peanut butter on one side of the first piece of bread +- while the second piece of bread is not covered with jelly on one side + Spread jelly on one side of the second piece of bread +- Place the jelly side of the second piece of bread against the peanut butter side of the first piece of bread. +- Place sandwich on plate, and cut in half. \ No newline at end of file