From f27b44b15b921ddb976b0eb610b041062b20e1d0 Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Sat, 31 Aug 2024 12:03:50 -0600 Subject: [PATCH] vault backup: 2024-08-31 12:03:50 --- .../software development/ECE1400/Flowcharts and Pseudocode.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 education/software development/ECE1400/Flowcharts and Pseudocode.md diff --git a/education/software development/ECE1400/Flowcharts and Pseudocode.md b/education/software development/ECE1400/Flowcharts and Pseudocode.md new file mode 100644 index 0000000..2656cae --- /dev/null +++ b/education/software development/ECE1400/Flowcharts and Pseudocode.md @@ -0,0 +1,4 @@ + +1. Assume an action set of {add , stir, bake, cool}. Draw a flowchart, using the paradigm discussed in class, to show the process of baking a banana cake. Use Google to find a typical list of ingredients. + +2. Represent the flowchart from problem 1 as pseudocode. \ No newline at end of file